]> git.proxmox.com Git - mirror_zfs.git/blob - tests/zfs-tests/include/commands.cfg
Add scrub after resilver zed script
[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 getconf
48 getent
49 getfacl
50 getfattr
51 grep
52 groupadd
53 groupdel
54 groupmod
55 gunzip
56 gzip
57 head
58 hostid
59 hostname
60 id
61 iostat
62 kill
63 ksh
64 ln
65 logname
66 losetup
67 ls
68 lsattr
69 lsblk
70 lsmod
71 lsscsi
72 md5sum
73 mkdir
74 mknod
75 mkswap
76 mktemp
77 modprobe
78 mount
79 mpstat
80 mv
81 net
82 nproc
83 openssl
84 parted
85 pax
86 pgrep
87 ping
88 pkill
89 printenv
90 printf
91 ps
92 pwd
93 python
94 quotaon
95 readlink
96 rm
97 rmdir
98 sed
99 seq
100 setenforce
101 setfacl
102 setfattr
103 sh
104 sha256sum
105 shuf
106 sleep
107 sort
108 stat
109 strings
110 su
111 sudo
112 sum
113 swapoff
114 swapon
115 sync
116 tail
117 tar
118 tee
119 timeout
120 touch
121 tr
122 true
123 truncate
124 udevadm
125 umask
126 umount
127 uname
128 useradd
129 userdel
130 usermod
131 uuidgen
132 vmstat
133 wait
134 wc
135 which
136 xargs'
137
138 export ZFS_FILES='zdb
139 zfs
140 zhack
141 zinject
142 zpool
143 ztest
144 raidz_test
145 arc_summary.py
146 arcstat.py
147 dbufstat.py
148 zed
149 zgenhostid
150 zstreamdump'
151
152 export ZFSTEST_FILES='chg_usr_exec
153 devname2devid
154 dir_rd_update
155 file_check
156 file_trunc
157 file_write
158 largest_file
159 mkbusy
160 mkfile
161 mkfiles
162 mktree
163 mmap_exec
164 mmapwrite
165 nvlist_to_lua
166 randfree_file
167 readmmap
168 rename_dir
169 rm_lnkcnt_zero_file
170 threadsappend
171 xattrtest'