summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-09-13 01:52:26 +0200
committerMichael Adam <obnox@samba.org>2009-09-13 01:52:26 +0200
commitf1a586648ec5c423c4304faa3eed86a6420efd8a (patch)
tree71d06ff584a8a4ed92dcc4f333246cb04a53e634 /tests
parent282ec117921b7cac9a6345270f7eaafbd8ea1ee3 (diff)
downloadtinyproxy-f1a586648ec5c423c4304faa3eed86a6420efd8a.tar.gz
tinyproxy-f1a586648ec5c423c4304faa3eed86a6420efd8a.zip
tests: test retreival of stathost page.
Michael
Diffstat (limited to '')
-rwxr-xr-xtests/scripts/run_tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh
index d81dc9c..d93b5ec 100755
--- a/tests/scripts/run_tests.sh
+++ b/tests/scripts/run_tests.sh
@@ -178,6 +178,9 @@ run_basic_webclient_request "$WEBSERVER_IP:$WEBSERVER_PORT" /
echo -n "testing connection through tinyproxy..."
run_basic_webclient_request "$TINYPROXY_IP:$TINYPROXY_PORT" "http://$WEBSERVER_IP:$WEBSERVER_PORT/"
+echo -n "requesting statspage via stathost url..."
+run_basic_webclient_request "$TINYPROXY_IP:$TINYPROXY_PORT" "http://$TINYPROXY_STATHOST_IP"
+
echo "You can continue using the webserver and tinyproxy."
echo -n "hit <enter> to stop the servers and exit: "
read READ