From e7f6489bc817bdad654f20809819891f76ff7c9c Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Oct 04 2022 12:43:18 +0000 Subject: fix tests/p_iputils/tracepath_test.sh to work after decom of ci.centos.org --- 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}"