From 349cb00bfdde52d0e1d5d7dea880c3bcad01821e Mon Sep 17 00:00:00 2001 From: Robert Read Date: Mon, 22 Mar 2010 12:06:55 -0700 Subject: [PATCH] b=22319 Skip statahead test on NFS clients. --- 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 9dd070f9..b0dfdce 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -520,6 +520,11 @@ cleanup_statahead () { } test_statahead () { + if [[ -n $NFSCLIENT ]]; then + skip "Statahead testing is not supported on NFS clients." + return 0 + fi + [ x$MDSRATE = x ] && { skip_env "mdsrate not found" && return; } -- 1.8.3.1