From 3205f18ff2b9dadbffa0aa182e8da44967a03e11 Mon Sep 17 00:00:00 2001 From: yury Date: Thu, 7 Apr 2005 10:54:01 +0000 Subject: [PATCH] - cleanups in sanity-gns.sh --- lustre/tests/sanity-gns.sh | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lustre/tests/sanity-gns.sh b/lustre/tests/sanity-gns.sh index c30efc2..e05ad06 100644 --- a/lustre/tests/sanity-gns.sh +++ b/lustre/tests/sanity-gns.sh @@ -419,7 +419,7 @@ test_1a() { cleanup_loop $LOOP_DEV $LOOP_FILE } -run_test 1a " general GNS test - mounting/umount (GENERIC) =============" +run_test 1a " general GNS test - mount/umount (GENERIC) ================" test_2a() { local LOOP_DEV=$(find_free_loop 2>/dev/null) @@ -456,7 +456,7 @@ test_2a() { cleanup_loop $LOOP_DEV $LOOP_FILE } -run_test 2a " general GNS test - mounting/umount (DEADLOCK) ============" +run_test 2a " general GNS test - mount/umount (DEADLOCK) ===============" test_3a() { local LOOP_DEV=$(find_free_loop 2>/dev/null) @@ -499,7 +499,7 @@ test_3a() { cleanup_loop $LOOP_DEV $LOOP_FILE } -run_test 3a " general GNS test - mounting/umount (GENERIC/DEADLOCK) =====" +run_test 3a " general GNS test - mount/umount (GENERIC/DEADLOCK) ========" test_4a() { local LOOP_DEV=$(find_free_loop 2>/dev/null) @@ -542,7 +542,13 @@ test_4a() { cleanup_loop $LOOP_DEV $LOOP_FILE } -run_test 4a " general GNS test - concurrent mounting/umount =============" +run_test 4a " general GNS test - concurrent mount =======================" + +test_5a() { + echo "Not implemented yet!" +} + +run_test 5a " general GNS test - concurrent mount of 2 GNS mounts =======" TMPDIR=$OLDTMPDIR TMP=$OLDTMP -- 1.8.3.1