xref: /illumos-gate/usr/src/test/zfs-tests/include/commands.cfg (revision 5dafeea3ebd2dd77affc802bcb90f63faf01589f)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright (c) 2016, 2018 by Delphix. All rights reserved.
14#
15
16#
17# These variables are used by zfstest.ksh to constrain which utilities
18# may be used by the suite. The suite will create a directory which is
19# the only element of $PATH and create symlinks from that dir to the
20# binaries listed below.
21# Please keep the contents of each variable sorted for ease of reading
22# and maintenance.
23#
24export USR_BIN_FILES='awk
25    base64
26    basename
27    bc
28    bunzip2
29    bzcat
30    cat
31    cd
32    chgrp
33    chmod
34    chown
35    cksum
36    cmp
37    compress
38    coreadm
39    cp
40    cpio
41    cut
42    date
43    dd
44    df
45    diff
46    dircmp
47    dirname
48    du
49    echo
50    egrep
51    expr
52    false
53    file
54    find
55    fio
56    getent
57    grep
58    head
59    hostname
60    id
61    iostat
62    isainfo
63    kill
64    ksh
65    kstat
66    ln
67    logname
68    ls
69    md5sum
70    mdb
71    mkdir
72    mktemp
73    mpstat
74    mv
75    nawk
76    pack
77    pagesize
78    pax
79    pfexec
80    pgrep
81    pkginfo
82    pkill
83    ppriv
84    print
85    printf
86    ps
87    pwd
88    python
89    readlink
90    rm
91    rmdir
92    rsh
93    runat
94    sed
95    seq
96    shuf
97    sleep
98    sort
99    stat
100    strings
101    su
102    sudo
103    sum
104    svcs
105    sync
106    tail
107    tee
108    timeout
109    touch
110    tr
111    true
112    truncate
113    umask
114    uname
115    uncompress
116    unpack
117    vmstat
118    wait
119    wc
120    xargs
121    zlook
122    zonename'
123
124export USR_SBIN_FILES='arp
125    clri
126    dtrace
127    dumpadm
128    ff
129    format
130    fsck
131    fsdb
132    fsirand
133    fstyp
134    getmajor
135    groupadd
136    groupdel
137    groupmod
138    labelit
139    lockfs
140    lofiadm
141    mkfile
142    mknod
143    ncheck
144    newfs
145    ping
146    prtvtoc
147    psrinfo
148    quotaon
149    share
150    svcadm
151    swap
152    tar
153    tunefs
154    ufsdump
155    ufsrestore
156    unshare
157    useradd
158    userdel
159    usermod
160    zdb
161    zhack
162    zinject
163    zoneadm
164    zonecfg
165    zstreamdump'
166
167export SBIN_FILES='fdisk
168    mount
169    swapadd
170    umount
171    umountall
172    zfs
173    zpool'
174
175export ZFSTEST_FILES='chg_usr_exec
176    devname2devid
177    dir_rd_update
178    dos_ro
179    file_check
180    file_trunc
181    file_write
182    getholes
183    largest_file
184    mkbusy
185    mkfiles
186    mkholes
187    mktree
188    mmapwrite
189    randfree_file
190    randwritecomp
191    readmmap
192    rename_dir
193    rm_lnkcnt_zero_file'
194