From 0176f7ca9db9f9fa72aed80dea64ed14fa75ae48 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Tue, 16 Mar 2010 16:25:01 +0300 Subject: [PATCH] b=22319 skip statahead for NFSCLIENT i=Johann.Lombardi --- lustre/tests/parallel-scale.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lustre/tests/parallel-scale.sh b/lustre/tests/parallel-scale.sh index ef73f3b..85cbbe8 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -515,6 +515,11 @@ cleanup_statahead () { } test_statahead () { + if [ "$NFSCLIENT" ]; then + skip "skipped for NFSCLIENT mode" + return + fi + [ x$MDSRATE = x ] && { skip_env "mdsrate not found" && return; } -- 1.8.3.1