]> git.proxmox.com Git - mirror_zfs.git/blame - tests/zfs-tests/include/commands.cfg
Increase zfs_vdev_async_write_min_active to 2
[mirror_zfs.git] / tests / zfs-tests / include / commands.cfg
CommitLineData
c1d9abf9
JWK
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#
10export SYSTEM_FILES='arp
11 awk
12 attr
13 basename
14 bc
15 blockdev
16 bunzip2
17 bzcat
18 cat
19 chattr
20 chgrp
21 chmod
22 chown
23 cksum
24 cmp
25 cp
26 cpio
27 cut
28 date
29 dd
30 df
31 diff
32 dirname
33 du
34 echo
35 egrep
36 exportfs
37 expr
38 false
39 fdisk
40 file
41 find
42 fio
43 getconf
44 getent
45 getfacl
46 grep
47 groupadd
48 groupdel
49 groupmod
50 gunzip
51 gzip
52 head
53 hostname
54 id
55 iostat
56 kill
57 ksh
58 ln
59 logname
60 ls
61 lsblk
62 lsmod
63 lsscsi
64 md5sum
65 mkdir
66 mknod
67 mktemp
68 modprobe
69 mount
70 mpstat
71 mv
72 net
73 openssl
74 parted
75 pax
76 pgrep
77 ping
78 pkill
79 printf
80 ps
81 pwd
82 python
83 quotaon
84 readlink
85 rm
86 rmdir
87 sed
88 seq
89 setenforce
90 setfacl
91 setfattr
92 sh
93 sha256sum
94 shuf
95 sleep
96 sort
97 stat
98 strings
99 su
100 sudo
101 sum
102 swapon
103 sync
104 tail
105 tar
106 timeout
107 touch
108 tr
109 true
110 truncate
111 udevadm
112 umask
113 umount
114 uname
115 useradd
116 userdel
117 usermod
118 uuidgen
119 vmstat
120 wait
121 wc
122 which
123 xargs'
124
125export ZFS_FILES='zdb
126 zfs
127 zhack
128 zinject
129 zpool
130 ztest
131 zpios
132 raidz_test
133 arc_summary.py
134 arcstat.py
135 dbufstat.py
136 zed'
137
138export ZFSTEST_FILES='chg_usr_exec
139 devname2devid
140 dir_rd_update
141 file_check
142 file_trunc
143 file_write
144 largest_file
145 mkbusy
146 mkfile
147 mkfiles
148 mktree
149 mmap_exec
150 mmapwrite
151 randfree_file
152 readmmap
153 rename_dir
154 rm_lnkcnt_zero_file
155 threadsappend
156 xattrtest'