summaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests/include/commands.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zfs-tests/include/commands.cfg')
-rw-r--r--tests/zfs-tests/include/commands.cfg156
1 files changed, 156 insertions, 0 deletions
diff --git a/tests/zfs-tests/include/commands.cfg b/tests/zfs-tests/include/commands.cfg
new file mode 100644
index 000000000..0776c53fa
--- /dev/null
+++ b/tests/zfs-tests/include/commands.cfg
@@ -0,0 +1,156 @@
+#
+# These variables are used by zfs-tests.sh to constrain which utilities
+# may be used by the suite. The suite will create a directory which is
+# the only element of $PATH and create symlinks from that dir to the
+# binaries listed below.
+#
+# Please keep the contents of each variable sorted for ease of reading
+# and maintenance.
+#
+export SYSTEM_FILES='arp
+ awk
+ attr
+ basename
+ bc
+ blockdev
+ bunzip2
+ bzcat
+ cat
+ chattr
+ chgrp
+ chmod
+ chown
+ cksum
+ cmp
+ cp
+ cpio
+ cut
+ date
+ dd
+ df
+ diff
+ dirname
+ du
+ echo
+ egrep
+ exportfs
+ expr
+ false
+ fdisk
+ file
+ find
+ fio
+ getconf
+ getent
+ getfacl
+ grep
+ groupadd
+ groupdel
+ groupmod
+ gunzip
+ gzip
+ head
+ hostname
+ id
+ iostat
+ kill
+ ksh
+ ln
+ logname
+ ls
+ lsblk
+ lsmod
+ lsscsi
+ md5sum
+ mkdir
+ mknod
+ mktemp
+ modprobe
+ mount
+ mpstat
+ mv
+ net
+ openssl
+ parted
+ pax
+ pgrep
+ ping
+ pkill
+ printf
+ ps
+ pwd
+ python
+ quotaon
+ readlink
+ rm
+ rmdir
+ sed
+ seq
+ setenforce
+ setfacl
+ setfattr
+ sh
+ sha256sum
+ shuf
+ sleep
+ sort
+ stat
+ strings
+ su
+ sudo
+ sum
+ swapon
+ sync
+ tail
+ tar
+ timeout
+ touch
+ tr
+ true
+ truncate
+ udevadm
+ umask
+ umount
+ uname
+ useradd
+ userdel
+ usermod
+ uuidgen
+ vmstat
+ wait
+ wc
+ which
+ xargs'
+
+export ZFS_FILES='zdb
+ zfs
+ zhack
+ zinject
+ zpool
+ ztest
+ zpios
+ raidz_test
+ arc_summary.py
+ arcstat.py
+ dbufstat.py
+ zed'
+
+export ZFSTEST_FILES='chg_usr_exec
+ devname2devid
+ dir_rd_update
+ file_check
+ file_trunc
+ file_write
+ largest_file
+ mkbusy
+ mkfile
+ mkfiles
+ mktree
+ mmap_exec
+ mmapwrite
+ randfree_file
+ readmmap
+ rename_dir
+ rm_lnkcnt_zero_file
+ threadsappend
+ xattrtest'