From 9781e805aa0ac29b86d675872b8cba57ef4e505e Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 9 Dec 2009 21:05:40 +0000 Subject: [PATCH] b=20580 i=Johann skip test 78 for local OST --- lustre/tests/sanity.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 40e15f9..3affb6f 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3640,7 +3640,9 @@ rm -f $F77_TMP unset F77_TMP test_78() { # bug 10901 - NSEQ=5 + remote_ost || { skip_env "local OST" && return; } + + NSEQ=5 F78SIZE=$(($(awk '/MemFree:/ { print $2 }' /proc/meminfo) / 1024)) echo "MemFree: $F78SIZE, Max file size: $MAXFREE" MEMTOTAL=$(($(awk '/MemTotal:/ { print $2 }' /proc/meminfo) / 1024)) -- 1.8.3.1