From: grev Date: Wed, 21 Oct 2009 15:19:37 +0000 (+0000) Subject: b=21142 X-Git-Tag: GIT_EPOCH_B_RELEASE_1_8_1~2^2~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=630933f1f3f33b5af5953d68b73def3f76a5da4d;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 2d30d79..aa37cd3 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -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; }