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}"