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