Whamcloud - gitweb
b=21948 skip parallel grouplock test for NFSCLIENT mode
authorElena Gryaznova <grev@sun.com>
Thu, 28 Jan 2010 15:06:18 +0000 (18:06 +0300)
committerJohann Lombardi <johann@sun.com>
Tue, 2 Feb 2010 10:12:35 +0000 (11:12 +0100)
i=Johann

lustre/tests/parallel-scale.sh

index 83de39f..3cb0fbf 100644 (file)
@@ -432,6 +432,11 @@ test_write_disjoint() {
 run_test write_disjoint "write_disjoint"
 
 test_parallel_grouplock() {
+    if [ "$NFSCLIENT" ]; then
+        skip "skipped for NFSCLIENT mode"
+        return
+    fi
+
     [ x$PARALLEL_GROUPLOCK = x ] &&
         { skip "PARALLEL_GROUPLOCK not found" && return; }