Lines Matching full:tests
32 the zfs-tests.sh script will construct three loopback devices to
46 Once the pre-requisites are satisfied simply run the zfs-tests.sh script:
48 $ /usr/share/zfs/zfs-tests.sh
50 Alternately, the zfs-tests.sh script can be run from the source tree to allow
57 $ ./scripts/zfs-tests.sh
59 The following zfs-tests.sh options are supported:
61 -v Verbose zfs-tests.sh output When specified additional
68 console only for tests that do not pass and the results
80 zfs-tests.sh script will not perform any additional cleanup
85 the testing. When running in this mode certain tests will
98 -r RUNFILES Run tests in RUNFILES (default: common.run,linux.run)
107 The ZFS Test Suite allows the user to specify a subset of the tests via a
111 the files that zfs-tests.sh uses are available for reference under
114 $ /usr/share/zfs/zfs-tests.sh -r my_tests.run
116 Otherwise user can set needed tags to run only specific tests.
124 with the `zfs-tests.sh` wrapper script will look something like this:
126 $ /usr/share/zfs/zfs-tests.sh -v -d /tmp/test
131 STF_SUITE: /usr/share/zfs/zfs-tests
145 -T functional -i /usr/share/zfs/zfs-tests -I 1
146 Test: /usr/share/zfs/zfs-tests/tests/functional/arc/setup (run as root) [00:00] [PASS]
147 ...more than 1100 additional tests...
148 …Test: /usr/share/zfs/zfs-tests/tests/functional/zvol/zvol_swap/cleanup (run as root) [00:00] [PASS]
172 tests/zfs-tests/tests/functional/cli_root/zpool_example/Makefile
174 * Edit file **tests/runfiles/Makefile.am** and add line *zpool_example*.
187 * Create file **tests/runfiles/zpool_example.run**. This defines the most
188 common properties when run with test-runner.py or zfs-tests.sh.
195 tests = ['zpool_example_001_pos']
199 **zpool_example_002_pos** to the above runfile only update the **"tests ="**
207 tests = ['zpool_example_001_pos', 'zpool_example_002_pos']
210 * Edit **tests/zfs-tests/tests/functional/cli_root/Makefile.am** and add line
215 * Create new file **tests/zfs-tests/tests/functional/cli_root/zpool_example/Makefile.am**
219 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/cli_root/zpool_example
224 **tests/zfs-tests/tests/functional/cli_root/zpool_example/**.
261 * zfs-tests.sh. Can execute the run file or individual tests