From 88a0af23e18a6376f2da5918360cf167f76b9b9c Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Wed, 16 Apr 2008 14:43:09 +0000
Subject: [PATCH] b=15273 i=Nathan.Rutman skip test_37 for client only testing

---
 lustre/tests/conf-sanity.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh
index 7b95d20372..01e16f716b 100644
--- a/lustre/tests/conf-sanity.sh
+++ b/lustre/tests/conf-sanity.sh
@@ -1458,6 +1458,7 @@ test_36() { # 12743
 run_test 36 "df report consistency on OSTs with different block size"
 
 test_37() {
+	[ -n "$CLIENTONLY" ] && skip "client only testing" && return 0
 	LOCAL_MDSDEV="$TMP/mdt.img"
 	SYM_MDSDEV="$TMP/sym_mdt.img"
 
-- 
GitLab