Whamcloud - gitweb
b=21948 skip parallel grouplock test for NFSCLIENT mode
authorElena Gryaznova <grev@sun.com>
Tue, 2 Mar 2010 01:57:34 +0000 (17:57 -0800)
committerRobert Read <rread@sun.com>
Tue, 2 Mar 2010 01:57:34 +0000 (17:57 -0800)
i=Johann.Lombardi

lustre/tests/parallel-scale.sh

index 218c147..db9d28a 100644 (file)
@@ -460,6 +460,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; }