Whamcloud - gitweb
b=16551
authorgrev <grev>
Tue, 11 Nov 2008 20:35:21 +0000 (20:35 +0000)
committergrev <grev>
Tue, 11 Nov 2008 20:35:21 +0000 (20:35 +0000)
i=Adilger
conf-sanity test_32* fix to not be skipped for remote setup

lustre/tests/test-framework.sh

index b4d3030..c9023a7 100644 (file)
@@ -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