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