mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-15 18:25:01 +03:00
ZTS: runfiles: remove explicit outputdir
The config file value overrides any set by the operator, making it quite difficult to put the test output elsewhere. The default is /var/tmp/test_results (via BASEDIR in test-runner) so this shouldn't change anything for the default case. Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <robn@despairlabs.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: Igor Kozhukhov <igor@dilos.org>
This commit is contained in:
parent
fcd0a2fb89
commit
c48d819d8d
@ -505,7 +505,6 @@ user = $SINGLETESTUSER
|
|||||||
timeout = 600
|
timeout = 600
|
||||||
post_user = root
|
post_user = root
|
||||||
post =
|
post =
|
||||||
outputdir = /var/tmp/test_results
|
|
||||||
EOF
|
EOF
|
||||||
if [ "$SINGLETEST" = "${SINGLETEST%/*}" ] ; then
|
if [ "$SINGLETEST" = "${SINGLETEST%/*}" ] ; then
|
||||||
NEWSINGLETEST=$(find "$STF_SUITE" -name "$SINGLETEST*" -print -quit)
|
NEWSINGLETEST=$(find "$STF_SUITE" -name "$SINGLETEST*" -print -quit)
|
||||||
|
@ -25,7 +25,6 @@ post_user = root
|
|||||||
post = cleanup
|
post = cleanup
|
||||||
failsafe_user = root
|
failsafe_user = root
|
||||||
failsafe = callbacks/zfs_failsafe
|
failsafe = callbacks/zfs_failsafe
|
||||||
outputdir = /var/tmp/test_results
|
|
||||||
tags = ['bclone']
|
tags = ['bclone']
|
||||||
|
|
||||||
[tests/functional/bclone]
|
[tests/functional/bclone]
|
||||||
|
@ -25,7 +25,6 @@ post_user = root
|
|||||||
post = cleanup
|
post = cleanup
|
||||||
failsafe_user = root
|
failsafe_user = root
|
||||||
failsafe = callbacks/zfs_failsafe
|
failsafe = callbacks/zfs_failsafe
|
||||||
outputdir = /var/tmp/test_results
|
|
||||||
tags = ['functional']
|
tags = ['functional']
|
||||||
|
|
||||||
[tests/functional/acl/off]
|
[tests/functional/acl/off]
|
||||||
|
@ -19,7 +19,6 @@ post_user = root
|
|||||||
post = cleanup
|
post = cleanup
|
||||||
failsafe_user = root
|
failsafe_user = root
|
||||||
failsafe = callbacks/zfs_failsafe
|
failsafe = callbacks/zfs_failsafe
|
||||||
outputdir = /var/tmp/test_results
|
|
||||||
tags = ['functional']
|
tags = ['functional']
|
||||||
|
|
||||||
[tests/functional/cli_root/zfs_jail:FreeBSD]
|
[tests/functional/cli_root/zfs_jail:FreeBSD]
|
||||||
|
@ -19,7 +19,6 @@ post_user = root
|
|||||||
post = cleanup
|
post = cleanup
|
||||||
failsafe_user = root
|
failsafe_user = root
|
||||||
failsafe = callbacks/zfs_failsafe
|
failsafe = callbacks/zfs_failsafe
|
||||||
outputdir = /var/tmp/test_results
|
|
||||||
tags = ['functional']
|
tags = ['functional']
|
||||||
|
|
||||||
[tests/functional/acl/posix:Linux]
|
[tests/functional/acl/posix:Linux]
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
quiet = False
|
quiet = False
|
||||||
user = root
|
user = root
|
||||||
timeout = 10800
|
timeout = 10800
|
||||||
outputdir = /var/tmp/test_results
|
|
||||||
|
|
||||||
[/opt/zfs-tests/tests/longevity]
|
[/opt/zfs-tests/tests/longevity]
|
||||||
tests = ['slop_space_test']
|
tests = ['slop_space_test']
|
||||||
|
@ -21,7 +21,6 @@ user = root
|
|||||||
timeout = 0
|
timeout = 0
|
||||||
post_user = root
|
post_user = root
|
||||||
post = cleanup
|
post = cleanup
|
||||||
outputdir = /var/tmp/test_results
|
|
||||||
tags = ['perf']
|
tags = ['perf']
|
||||||
|
|
||||||
[tests/perf/regression]
|
[tests/perf/regression]
|
||||||
|
@ -27,7 +27,6 @@ post_user = root
|
|||||||
post = cleanup
|
post = cleanup
|
||||||
failsafe_user = root
|
failsafe_user = root
|
||||||
failsafe = callbacks/zfs_failsafe
|
failsafe = callbacks/zfs_failsafe
|
||||||
outputdir = /var/tmp/test_results
|
|
||||||
tags = ['functional']
|
tags = ['functional']
|
||||||
|
|
||||||
[tests/functional/acl/off]
|
[tests/functional/acl/off]
|
||||||
|
@ -19,7 +19,6 @@ post_user = root
|
|||||||
post = cleanup
|
post = cleanup
|
||||||
failsafe_user = root
|
failsafe_user = root
|
||||||
failsafe = callbacks/zfs_failsafe
|
failsafe = callbacks/zfs_failsafe
|
||||||
outputdir = /var/tmp/test_results
|
|
||||||
tags = ['functional']
|
tags = ['functional']
|
||||||
|
|
||||||
[tests/functional/inuse:illumos]
|
[tests/functional/inuse:illumos]
|
||||||
|
Loading…
Reference in New Issue
Block a user