From: grev Date: Thu, 3 Dec 2009 08:33:40 +0000 (+0000) Subject: b=21142 X-Git-Tag: GIT_EPOCH_B_HD_KDMU~25 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e7aa470652dda56b03e549a271b090f1817095f8;p=fs%2Flustre-release.git b=21142 i=Andrew.Perepechko skip cascading_rw for NFSCLIENT mode --- diff --git a/lustre/tests/parallel-scale.sh b/lustre/tests/parallel-scale.sh index 343e258..db6299a 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -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; }