summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Day <timday@amazon.com>2024-08-09 21:33:20 -0400
committerTimothy Day <timday@amazon.com>2024-08-09 21:33:20 -0400
commitc9fab303c57991ff80838ba31f829a589103db75 (patch)
tree7dce9aac6c9a36e259ea1511bcfdd0360277444a
parent8293ac6e0104b78ffac6a5e3baabdfed48d1a711 (diff)
tests/fs/lustre: add llmountcleanup.sh to llmount.ktest
Clean up Lustre afterwards, to validate umount flow is working properly. Signed-off-by: Timothy Day <timday@amazon.com>
-rwxr-xr-xtests/fs/lustre/llmount.ktest4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fs/lustre/llmount.ktest b/tests/fs/lustre/llmount.ktest
index 45a5e73..6082003 100755
--- a/tests/fs/lustre/llmount.ktest
+++ b/tests/fs/lustre/llmount.ktest
@@ -34,6 +34,10 @@ test_llmount()
load_zfs_modules
"$lustre_pkg_path/lustre/tests/llmount.sh"
+
+ sleep 10
+
+ "$lustre_pkg_path/lustre/tests/llmountcleanup.sh"
}
main "$@"