Whamcloud - gitweb
b=21142
authorgrev <grev>
Wed, 21 Oct 2009 15:19:37 +0000 (15:19 +0000)
committergrev <grev>
Wed, 21 Oct 2009 15:19:37 +0000 (15:19 +0000)
i=Andrew.Perepechko
skip cascading_rw for NFSCLIENT mode

lustre/tests/parallel-scale.sh

index 2d30d79..aa37cd3 100644 (file)
@@ -306,6 +306,10 @@ test_ior() {
 run_test ior "ior"
  
 test_cascading_rw() {
+    if [ "$NFSCLIENT" ]; then
+        skip "skipped for NFSCLIENT mode"
+    fi
+
     [ x$CASC_RW = x ] &&
         { skip "cascading_rw not found" && return; }