diff --git a/tests/0_common/30_dns_works.sh b/tests/0_common/30_dns_works.sh index 55510b6..4dbee5a 100755 --- a/tests/0_common/30_dns_works.sh +++ b/tests/0_common/30_dns_works.sh @@ -2,7 +2,7 @@ t_Log "Running $0 - testing to see if DNS works" if [ $SKIP_QA_HARNESS -eq 1 ]; then - HOST=wiki.centos.org + HOST=ci.dev.centos.org else HOST=repo.centos.qa fi diff --git a/tests/p_iputils/tracepath_test.sh b/tests/p_iputils/tracepath_test.sh index e625da0..b8112ab 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="wiki.centos.org" + HOST="ci.dev.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 ee4a439..862314e 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="wiki.centos.org" + HOST="ci.dev.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 a92e653..b311abd 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="wiki.centos.org" + HOST="ci.dev.centos.org" else HOST="repo.centos.qa" fi