]> granicus.if.org Git - zfs/blob - tests/zfs-tests/include/commands.cfg
50eb6bd6bc1a94e60420d92deaa52f0697d4854a
[zfs] / tests / zfs-tests / include / commands.cfg
1 #
2 # These variables are used by zfs-tests.sh to constrain which utilities
3 # may be used by the suite. The suite will create a directory which is
4 # the only element of $PATH and create symlinks from that dir to the
5 # binaries listed below.
6 #
7 # Please keep the contents of each variable sorted for ease of reading
8 # and maintenance.
9 #
10 export SYSTEM_FILES='arp
11     awk
12     attr
13     base64
14     basename
15     bc
16     blkid
17     blockdev
18     bunzip2
19     bzcat
20     cat
21     chattr
22     chgrp
23     chmod
24     chown
25     cksum
26     cmp
27     cp
28     cpio
29     cut
30     date
31     dd
32     df
33     diff
34     dirname
35     dmesg
36     du
37     echo
38     egrep
39     exportfs
40     expr
41     fallocate
42     false
43     fdisk
44     file
45     find
46     fio
47     free
48     getconf
49     getent
50     getfacl
51     getfattr
52     grep
53     groupadd
54     groupdel
55     groupmod
56     gunzip
57     gzip
58     head
59     hostid
60     hostname
61     id
62     iostat
63     kill
64     ksh
65     ln
66     logname
67     losetup
68     ls
69     lsattr
70     lsblk
71     lsmod
72     lsscsi
73     md5sum
74     mkdir
75     mknod
76     mkswap
77     mktemp
78     modprobe
79     mount
80     mpstat
81     mv
82     net
83     nproc
84     openssl
85     parted
86     pax
87     perf
88     pgrep
89     ping
90     pkill
91     printenv
92     printf
93     ps
94     pwd
95     python
96     python3
97     quotaon
98     readlink
99     rm
100     rmdir
101     sed
102     seq
103     setenforce
104     setfacl
105     setfattr
106     sh
107     sha256sum
108     shuf
109     sleep
110     sort
111     stat
112     strings
113     su
114     sudo
115     sum
116     swapoff
117     swapon
118     sync
119     tail
120     tar
121     tee
122     timeout
123     touch
124     tr
125     true
126     truncate
127     udevadm
128     umask
129     umount
130     uname
131     useradd
132     userdel
133     usermod
134     uuidgen
135     vmstat
136     wait
137     wc
138     which
139     xargs'
140
141 export ZFS_FILES='zdb
142     zfs
143     zhack
144     zinject
145     zpool
146     ztest
147     raidz_test
148     arc_summary.py
149     arc_summary3.py
150     arcstat.py
151     dbufstat.py
152     zed
153     zgenhostid
154     zstreamdump'
155
156 export ZFSTEST_FILES='chg_usr_exec
157     devname2devid
158     dir_rd_update
159     file_check
160     file_trunc
161     file_write
162     largest_file
163     mkbusy
164     mkfile
165     mkfiles
166     mktree
167     mmap_exec
168     mmap_libaio
169     mmapwrite
170     nvlist_to_lua
171     randfree_file
172     readmmap
173     rename_dir
174     rm_lnkcnt_zero_file
175     threadsappend
176     user_ns_exec
177     xattrtest'