Whamcloud - gitweb
b=21142
authorgrev <grev>
Thu, 3 Dec 2009 08:33:40 +0000 (08:33 +0000)
committergrev <grev>
Thu, 3 Dec 2009 08:33:40 +0000 (08:33 +0000)
i=Andrew.Perepechko
skip cascading_rw for NFSCLIENT mode

lustre/tests/parallel-scale.sh

index 343e258..db6299a 100644 (file)
@@ -321,6 +321,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; }