From: Zdeněk Šustr Date: Wed, 29 Aug 2012 13:57:58 +0000 (+0000) Subject: download server configuration as text explicitly X-Git-Tag: glite-lb-client_R_5_2_4_1~16 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=95a9d2f26bd7ff6a52cf8f62eb6df9bd72eb01b4;p=jra1mw.git download server configuration as text explicitly --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh index 9a18ac6..38560e2 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh @@ -302,7 +302,7 @@ test_done check_srv_version '>=' "2.3" if [ $? = 0 ]; then printf "Downloading remote configuration... " - $SSL_CMD https://${GLITE_WMS_QUERY_SERVER}/?configuration > https.$$.tmp + $SSL_CMD https://${GLITE_WMS_QUERY_SERVER}/?configuration?text > https.$$.tmp LineNO=`$SYS_WC -l https.$$.tmp | $SYS_AWK '{ print $1 }' ` if [ ! "$LineNO" = "0" ]; then test_done diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh index 43829b0..cb5116c 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh @@ -152,7 +152,7 @@ test_done check_srv_version '>=' "2.3" if [ $? -eq 0 ]; then printf "Reading server configuration" - $SSL_CMD "https://${GLITE_WMS_QUERY_SERVER}/?configuration" + $SSL_CMD "https://${GLITE_WMS_QUERY_SERVER}/?configuration?text" if [ "$?" != "0" ]; then test_failed print_error "Could not read server configuration"