Improved tests, new servers (time have passed)

MAINT_6_0
Stephane Bortzmeyer 17 years ago
parent 4b555177b4
commit 470fcc8f5e

@ -13,7 +13,7 @@ SUBDIRS=plugins
TESTS=test-echoping-local test-echoping-remote
MORE_TESTS=test-echoping-proxy test-echoping-icp test-echoping-crypto test-echoping-tos test-echoping-ipv6 test-echoping-idn test-echoping-plugins
test: check
test: tests
tests: check
# TODO: raise a warning at install-time when the prefix changes (just

@ -6,11 +6,11 @@ echo ""
echo "Since this tests tries remote servers, a failure is not always "
echo " echoping's fault: it may be a network problem."
./echoping -6 -h / -v www.6bone.net
./echoping -6 -h / -v www.ripe.net
./echoping -6 -h / -v ns3.nic.fr
./echoping -6 -h / -v www.afnic.fr
./echoping -6 -v -h / "[3ffe:b00:c18:1::10]:80" # RFC 2732
./echoping -6 -v -R -h / "[2001:4f8:0:2::d]:80" # RFC 2732
# We force the use of IPv6 with -6 because some libc (Solaris) are
# smart enough to send only the IPv4 adresses to the application if

@ -13,11 +13,11 @@ fi
./echoping -h http://www.netaktiv.com/ cache:$PROXY_PORT
./echoping -h http://www.freenix.org/ cache:$PROXY_PORT
./echoping -h http://www.debian.org/ cache:$PROXY_PORT
./echoping -a -h http://www.freenix.org/ cache:$PROXY_PORT
./echoping -a -h http://www.debian.org/ cache:$PROXY_PORT
./echoping -A -h http://www.freenix.org/ cache:$PROXY_PORT
./echoping -A -h http://www.debian.org/ cache:$PROXY_PORT

Loading…
Cancel
Save