Whamcloud - gitweb
b=22319 Skip statahead test on NFS clients.
authorRobert Read <rread@sun.com>
Mon, 22 Mar 2010 19:06:55 +0000 (12:06 -0700)
committerRobert Read <rread@sun.com>
Mon, 22 Mar 2010 19:06:55 +0000 (12:06 -0700)
lustre/tests/parallel-scale.sh

index 9dd070f..b0dfdce 100644 (file)
@@ -520,6 +520,11 @@ cleanup_statahead () {
 }
 
 test_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; }
 
     [ x$MDSRATE = x ] &&
         { skip_env "mdsrate not found" && return; }