From c9fab303c57991ff80838ba31f829a589103db75 Mon Sep 17 00:00:00 2001 From: Timothy Day Date: Fri, 9 Aug 2024 21:33:20 -0400 Subject: 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 --- tests/fs/lustre/llmount.ktest | 4 ++++ 1 file changed, 4 insertions(+) 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 "$@" -- cgit v1.2.3