From 95a9d2f26bd7ff6a52cf8f62eb6df9bd72eb01b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 29 Aug 2012 13:57:58 +0000 Subject: [PATCH] download server configuration as text explicitly --- org.glite.testsuites.ctb/LB/tests/lb-test-https.sh | 2 +- org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.8.2.3