From: grev Date: Wed, 21 Oct 2009 15:15:36 +0000 (+0000) Subject: b=21142 X-Git-Tag: v1_8_2_01~1^2~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d5f849e8288a96a902844adcc51b78ed62fcc4ab;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 6bb1ca0..552ad0e 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -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; }