From 3d0f9a8709af3e4c68d7568dd5cd6650d31e67d6 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Oct 04 2022 13:05:44 +0000 Subject: fix tests/p_mtr/mtr_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 264e001..bc4f1c5 100755 --- a/tests/p_iputils/tracepath_test.sh +++ b/tests/p_iputils/tracepath_test.sh @@ -7,7 +7,7 @@ TEST=tracepath if [ $SKIP_QA_HARNESS -eq 1 ]; then HOST="www.centos.org" else - HOST="www.centos.qa" + HOST="www.centos.org" fi t_Log "Running $0 - running ${TEST} to ${HOST}" diff --git a/tests/p_mtr/mtr_test.sh b/tests/p_mtr/mtr_test.sh index 79a633c..620d77f 100755 --- a/tests/p_mtr/mtr_test.sh +++ b/tests/p_mtr/mtr_test.sh @@ -10,9 +10,9 @@ TEST=mtr # 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}"