Lines Matching full:run

35     to sudo(8) to root without a password to run the test.
46 Once the pre-requisites are satisfied simply run the zfs-tests.sh script:
50 Alternately, the zfs-tests.sh script can be run from the source tree to allow
73 configuration from a previous test run. This includes
98 -r RUNFILES Run tests in RUNFILES (default: common.run,linux.run)
100 -t PATH Run single test at PATH relative to test suite
104 -u USER Run single test as USER (default: root)
114 $ /usr/share/zfs/zfs-tests.sh -r my_tests.run
116 Otherwise user can set needed tags to run only specific tests.
121 end of each test, and a results summary is printed at the end of the run. The
123 the form `/var/tmp/test_results/[ISO 8601 date]`. A normal test run launched
129 Runfile: /usr/share/zfs/runfiles/linux.run
144 /usr/share/zfs/test-runner/bin/test-runner.py -c /usr/share/zfs/runfiles/linux.run \
146 Test: /usr/share/zfs/zfs-tests/tests/functional/arc/setup (run as root) [00:00] [PASS]
148 …Test: /usr/share/zfs/zfs-tests/tests/functional/zvol/zvol_swap/cleanup (run as root) [00:00] [PASS]
163 3. Create/Modify .run files
165 5. Run Test case
169 * Set password-less sudo for 'Test' user as test script cannot be run as root
178 zpool_example.run \
179 common.run \
180 freebsd.run \
181 linux.run \
182 longevity.run \
183 perf-regression.run \
184 sanity.run \
185 sunos.run
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.
246 # Run function "cleanup" on exit
258 * Run Test case, which can be done in two ways. Described in detail above in
260 * test-runner.py (This takes run file as input. See *zpool_example.run*)
261 * zfs-tests.sh. Can execute the run file or individual tests