diff --git a/tests/p_iputils/tracepath_test.sh b/tests/p_iputils/tracepath_test.sh index 87c0c95..264e001 100755 --- a/tests/p_iputils/tracepath_test.sh +++ b/tests/p_iputils/tracepath_test.sh @@ -5,9 +5,9 @@ TEST=tracepath # 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.qa" fi t_Log "Running $0 - running ${TEST} to ${HOST}"