xref: /illumos-gate/usr/src/test/zfs-tests/include/commands.cfg (revision 5f82aa32fbc5dc2c59bca6ff315f44a4c4c9ea86)
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 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    basename
26    bc
27    bunzip2
28    bzcat
29    cat
30    cd
31    chgrp
32    chmod
33    chown
34    cksum
35    cmp
36    compress
37    coreadm
38    cp
39    cpio
40    cut
41    date
42    dd
43    df
44    diff
45    dircmp
46    dirname
47    du
48    echo
49    egrep
50    expr
51    false
52    file
53    find
54    fio
55    getent
56    grep
57    head
58    hostname
59    id
60    iostat
61    isainfo
62    kill
63    ksh
64    ln
65    logname
66    ls
67    md5sum
68    mdb
69    mkdir
70    mktemp
71    mpstat
72    mv
73    nawk
74    pack
75    pagesize
76    pax
77    pfexec
78    pgrep
79    pkginfo
80    pkill
81    ppriv
82    print
83    printf
84    ps
85    pwd
86    python
87    readlink
88    rm
89    rmdir
90    rsh
91    runat
92    sed
93    seq
94    shuf
95    sleep
96    sort
97    stat
98    strings
99    su
100    sudo
101    sum
102    svcs
103    sync
104    tail
105    tee
106    timeout
107    touch
108    tr
109    true
110    truncate
111    umask
112    uname
113    uncompress
114    unpack
115    vmstat
116    wait
117    wc
118    xargs
119    zlook
120    zonename'
121
122export USR_SBIN_FILES='arp
123    clri
124    dtrace
125    dumpadm
126    ff
127    format
128    fsck
129    fsdb
130    fsirand
131    fstyp
132    getmajor
133    groupadd
134    groupdel
135    groupmod
136    labelit
137    lockfs
138    lofiadm
139    mkfile
140    mknod
141    ncheck
142    newfs
143    ping
144    prtvtoc
145    psrinfo
146    quotaon
147    share
148    svcadm
149    swap
150    tar
151    tunefs
152    ufsdump
153    ufsrestore
154    unshare
155    useradd
156    userdel
157    usermod
158    zdb
159    zhack
160    zinject
161    zoneadm
162    zonecfg
163    zstreamdump'
164
165export SBIN_FILES='fdisk
166    mount
167    swapadd
168    umount
169    umountall
170    zfs
171    zpool'
172
173export ZFSTEST_FILES='chg_usr_exec
174    devname2devid
175    dir_rd_update
176    dos_ro
177    file_check
178    file_trunc
179    file_write
180    getholes
181    largest_file
182    mkbusy
183    mkfiles
184    mkholes
185    mktree
186    mmapwrite
187    randfree_file
188    readmmap
189    rename_dir
190    rm_lnkcnt_zero_file'
191