Whamcloud - gitweb
b=22319 skip statahead for NFSCLIENT
authorElena Gryaznova <grev@sun.com>
Tue, 16 Mar 2010 13:25:01 +0000 (16:25 +0300)
committerJohann Lombardi <johann@sun.com>
Tue, 16 Mar 2010 13:30:11 +0000 (14:30 +0100)
i=Johann.Lombardi

lustre/tests/parallel-scale.sh

index ef73f3b..85cbbe8 100644 (file)
@@ -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; }