]> git.proxmox.com Git - mirror_zfs.git/blob - tests/zfs-tests/include/commands.cfg
OpenZFS 9102 - zfs should be able to initialize storage devices
[mirror_zfs.git] / 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 lscpu
72 lsmod
73 lsscsi
74 md5sum
75 mkdir
76 mknod
77 mkswap
78 mktemp
79 modprobe
80 mount
81 mpstat
82 mv
83 net
84 nproc
85 od
86 openssl
87 parted
88 pax
89 perf
90 pgrep
91 ping
92 pkill
93 printenv
94 printf
95 ps
96 pwd
97 python
98 python3
99 quotaon
100 readlink
101 rm
102 rmdir
103 sed
104 seq
105 setenforce
106 setfacl
107 setfattr
108 sh
109 sha256sum
110 shuf
111 sleep
112 sort
113 stat
114 strings
115 su
116 sudo
117 sum
118 swapoff
119 swapon
120 sync
121 tail
122 tar
123 tee
124 timeout
125 touch
126 tr
127 true
128 truncate
129 udevadm
130 umask
131 umount
132 uname
133 useradd
134 userdel
135 usermod
136 uuidgen
137 vmstat
138 wait
139 wc
140 which
141 xargs'
142
143 export ZFS_FILES='zdb
144 zfs
145 zhack
146 zinject
147 zpool
148 ztest
149 raidz_test
150 arc_summary
151 arc_summary3
152 arcstat
153 dbufstat
154 zed
155 zgenhostid
156 zstreamdump'
157
158 export ZFSTEST_FILES='chg_usr_exec
159 devname2devid
160 dir_rd_update
161 file_check
162 file_trunc
163 file_write
164 largest_file
165 libzfs_input_check
166 mkbusy
167 mkfile
168 mkfiles
169 mktree
170 mmap_exec
171 mmap_libaio
172 mmapwrite
173 nvlist_to_lua
174 randfree_file
175 randwritecomp
176 readmmap
177 rename_dir
178 rm_lnkcnt_zero_file
179 threadsappend
180 user_ns_exec
181 xattrtest'