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