From 1e4cc6b12d7aa5266597540590a2a182edb41289 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 9 Dec 2009 11:57:27 +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 489fca6..cdec0bd 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3599,7 +3599,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