From b0e7f7cd462558d1089ac42bcf8f301ac4562566 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Jun 13 2015 16:22:28 +0000 Subject: Use ci.c.o for network related tests --- diff --git a/tests/p_iputils/tracepath_test.sh b/tests/p_iputils/tracepath_test.sh index 5526be4..88f4e72 100755 --- a/tests/p_iputils/tracepath_test.sh +++ b/tests/p_iputils/tracepath_test.sh @@ -5,7 +5,7 @@ TEST=tracepath # Testing availability of network if [ $SKIP_QA_HARNESS -eq 1 ]; then - HOST="www.centos.org" + HOST="ci.centos.org" else HOST="repo.centos.qa" fi diff --git a/tests/p_mtr/mtr_test.sh b/tests/p_mtr/mtr_test.sh index 447ec7b..dfd0194 100755 --- a/tests/p_mtr/mtr_test.sh +++ b/tests/p_mtr/mtr_test.sh @@ -5,7 +5,7 @@ TEST=mtr # Testing availability of network if [ $SKIP_QA_HARNESS -eq 1 ]; then - HOST="www.centos.org" + HOST="ci.centos.org" else HOST="repo.centos.qa" fi diff --git a/tests/p_traceroute/traceroute_test.sh b/tests/p_traceroute/traceroute_test.sh index b07af1b..7c19bd0 100755 --- a/tests/p_traceroute/traceroute_test.sh +++ b/tests/p_traceroute/traceroute_test.sh @@ -5,7 +5,7 @@ TEST=traceroute # Testing availability of network if [ $SKIP_QA_HARNESS -eq 1 ]; then - HOST="www.centos.org" + HOST="ci.centos.org" else HOST="repo.centos.qa" fi