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

lustre/tests/parallel-scale.sh

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