download server configuration as text explicitly
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 29 Aug 2012 13:57:58 +0000 (13:57 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 29 Aug 2012 13:57:58 +0000 (13:57 +0000)
org.glite.testsuites.ctb/LB/tests/lb-test-https.sh
org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh

index 9a18ac6..38560e2 100755 (executable)
@@ -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
index 43829b0..cb5116c 100755 (executable)
@@ -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"