diff --git a/tests/p_traceroute/traceroute_test.sh b/tests/p_traceroute/traceroute_test.sh index 2467278..b6a3a13 100755 --- a/tests/p_traceroute/traceroute_test.sh +++ b/tests/p_traceroute/traceroute_test.sh @@ -5,9 +5,9 @@ TEST=traceroute # Testing availability of network if [ $SKIP_QA_HARNESS -eq 1 ]; then - HOST="ci.centos.org" + HOST="www.centos.org" else - HOST="repo.centos.qa" + HOST="www.centos.org" fi t_Log "Running $0 - running ${TEST} to ${HOST}"