From: grev Date: Mon, 26 May 2008 10:43:03 +0000 (+0000) Subject: b=15874 X-Git-Tag: v1_9_50~445 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b45f6ede101d2755cc3f2108e8871ad3fbc35e18;p=fs%2Flustre-release.git b=15874 i=Adilger skip test_32a, test_32b for NETTYPE != tcp --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 74f04ac..b1579e5 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1138,6 +1138,7 @@ test_32a() { # there appears to be a lot of assumption here about loopback # devices # or maybe this test is just totally useless on a client-only system + [ "$NETTYPE" = "tcp" ] || { skip "NETTYPE != tcp" && return 0; } [ "$mds_HOST" = "`hostname`" ] || { skip "remote MDS" && return 0; } [ "$ost_HOST" = "`hostname`" -o "$ost1_HOST" = "`hostname`" ] || \ { skip "remote OST" && return 0; } @@ -1205,6 +1206,7 @@ test_32b() { # there appears to be a lot of assumption here about loopback # devices # or maybe this test is just totally useless on a client-only system + [ "$NETTYPE" = "tcp" ] || { skip "NETTYPE != tcp" && return 0; } [ "$mds_HOST" = "`hostname`" ] || { skip "remote MDS" && return 0; } [ "$ost_HOST" = "`hostname`" -o "$ost1_HOST" = "`hostname`" ] || \ { skip "remote OST" && return 0; }