From a6c8c0abce3d8deda35d69550d64cafd913ed166 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Oct 04 2022 13:56:36 +0000 Subject: fix tests/p_traceroute/traceroute_test.sh to work after decom of ci.centos.org --- 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}"