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