Better tests, broken servers replaced, executable bit set

MAINT_6_0
Stephane Bortzmeyer 17 years ago
parent dbf96ba9ad
commit 3b89a4701b

@ -11,11 +11,8 @@ echo " echoping's fault: it may be a network problem."
echo ""
# We need to iterate to catch some SSL programming errors. See bug #130151
./echoping -C -h / -n 2 www.modssl.org
echo ""
./echoping -C -h / -n 2 www.creditmutuel.fr
#./echoping -C -h / -n 2 www.modssl.org
./echoping -C -h / -n 2 www.verisign.com
echo ""

@ -6,10 +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 central.internatif.org
# There are no more public echo servers :-(
#./echoping echo.example.org
./echoping -h / www.debian.org
./echoping -h / www.freenix.org
./echoping -h / www.afnic.fr
./echoping -S mx3.hotmail.com

@ -7,10 +7,10 @@ echo "Since this tests tries remote servers, a failure is not always "
echo " echoping's fault: it may be a network problem."
echo "On some systems, you may NEED to be root."
./echoping -P 0xa0 central.internatif.org
./echoping -P 0xa0 -h / www.gullitv.fr
# IPTOS_THROUGHPUT
./echoping -P 0x08 central.internatif.org
./echoping -P 0x08 -h / www.gullitv.fr

Loading…
Cancel
Save