From e7aa470652dda56b03e549a271b090f1817095f8 Mon Sep 17 00:00:00 2001 From: grev Date: Thu, 3 Dec 2009 08:33:40 +0000 Subject: [PATCH] b=21142 i=Andrew.Perepechko skip cascading_rw for NFSCLIENT mode --- lustre/tests/parallel-scale.sh | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 1.8.3.1