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:
Rob Norris 2025-02-14 21:34:39 +11:00 committed by Tony Hutter
parent cc9180d338
commit 4581c4fcbe
9 changed files with 0 additions and 9 deletions

View File

@ -505,7 +505,6 @@ user = $SINGLETESTUSER
timeout = 600
post_user = root
post =
outputdir = /var/tmp/test_results
EOF
if [ "$SINGLETEST" = "${SINGLETEST%/*}" ] ; then
NEWSINGLETEST=$(find "$STF_SUITE" -name "$SINGLETEST*" -print -quit)

View File

@ -25,7 +25,6 @@ post_user = root
post = cleanup
failsafe_user = root
failsafe = callbacks/zfs_failsafe
outputdir = /var/tmp/test_results
tags = ['bclone']
[tests/functional/bclone]

View File

@ -25,7 +25,6 @@ post_user = root
post = cleanup
failsafe_user = root
failsafe = callbacks/zfs_failsafe
outputdir = /var/tmp/test_results
tags = ['functional']
[tests/functional/acl/off]

View File

@ -19,7 +19,6 @@ post_user = root
post = cleanup
failsafe_user = root
failsafe = callbacks/zfs_failsafe
outputdir = /var/tmp/test_results
tags = ['functional']
[tests/functional/cli_root/zfs_jail:FreeBSD]

View File

@ -19,7 +19,6 @@ post_user = root
post = cleanup
failsafe_user = root
failsafe = callbacks/zfs_failsafe
outputdir = /var/tmp/test_results
tags = ['functional']
[tests/functional/acl/posix:Linux]

View File

@ -17,7 +17,6 @@
quiet = False
user = root
timeout = 10800
outputdir = /var/tmp/test_results
[/opt/zfs-tests/tests/longevity]
tests = ['slop_space_test']

View File

@ -21,7 +21,6 @@ user = root
timeout = 0
post_user = root
post = cleanup
outputdir = /var/tmp/test_results
tags = ['perf']
[tests/perf/regression]

View File

@ -27,7 +27,6 @@ post_user = root
post = cleanup
failsafe_user = root
failsafe = callbacks/zfs_failsafe
outputdir = /var/tmp/test_results
tags = ['functional']
[tests/functional/acl/off]

View File

@ -19,7 +19,6 @@ post_user = root
post = cleanup
failsafe_user = root
failsafe = callbacks/zfs_failsafe
outputdir = /var/tmp/test_results
tags = ['functional']
[tests/functional/inuse:illumos]