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

index 07e4587..b5f766f 100755 (executable)
@@ -155,7 +155,7 @@ fi
 printf "$SSL_CLIENT"
 test_done
        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"