From 2dd17ce838ba257ddbfda8757066b68b44bc0d96 Mon Sep 17 00:00:00 2001 From: grev Date: Tue, 11 Nov 2008 20:35:21 +0000 Subject: [PATCH] b=16551 i=Adilger conf-sanity test_32* fix to not be skipped for remote setup --- lustre/tests/test-framework.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index b4d3030..c9023a7 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -518,6 +518,7 @@ wait_exit_ST () { local WAIT=0 local INTERVAL=1 + local running # conf-sanity 31 takes a long time cleanup while [ $WAIT -lt 300 ]; do running=$(do_facet ${facet} "lsmod | grep lnet > /dev/null && lctl dl | grep ' ST '") || true @@ -724,6 +725,8 @@ declare -fx h2o2ib facet_host() { local facet=$1 + + [ "$facet" == client ] && echo -n $HOSTNAME && return varname=${facet}_HOST if [ -z "${!varname}" ]; then if [ "${facet:0:3}" == "ost" ]; then -- 1.8.3.1