ZTS: Use default_cleanup_noexit where needed

And add log_pass appropriately.

Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #10136
This commit is contained in:
Ryan Moeller 2020-03-17 12:55:18 -04:00 committed by GitHub
parent e0d3284bc9
commit 80d98a8f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -21,7 +21,7 @@
verify_runnable "global" verify_runnable "global"
default_cleanup default_cleanup_noexit
disk_cleanup disk_cleanup
log_pass log_pass

View File

@ -16,5 +16,7 @@
. $STF_SUITE/include/libtest.shlib . $STF_SUITE/include/libtest.shlib
default_cleanup default_cleanup_noexit
destroy_pool testpool2 destroy_pool testpool2
log_pass

View File

@ -31,5 +31,7 @@
. $STF_SUITE/include/libtest.shlib . $STF_SUITE/include/libtest.shlib
default_cleanup default_cleanup_noexit
rm -f $TEST_BASE_DIR/disk0 rm -f $TEST_BASE_DIR/disk0
log_pass