From 2ec41074ae60b114100fcfdd8bbf4e244da7a452 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 23 Dec 2016 21:37:06 +0100 Subject: [PATCH] More unneeded fixes for old upgrade remote connections --- dev/tests/run_tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index af4be41..68143fc 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -202,12 +202,18 @@ function oneTimeSetUp () { RHOST_PING="no" SetConfFileValue "$CONF_DIR/$REMOTE_CONF" "REMOTE_3RD_PARTY_HOSTS" "" SetConfFileValue "$CONF_DIR/$REMOTE_CONF" "REMOTE_HOST_PING" "no" + + SetConfFileValue "$CONF_DIR/$OLD_CONF" "REMOTE_3RD_PARTY_HOSTS" "" + SetConfFileValue "$CONF_DIR/$OLD_CONF" "REMOTE_HOST_PING" "no" else echo "Running with local settings" REMOTE_USER="root" RHOST_PING="yes" SetConfFileValue "$CONF_DIR/$REMOTE_CONF" "REMOTE_3RD_PARTY_HOSTS" "\"www.kernel.org www.google.com\"" SetConfFileValue "$CONF_DIR/$REMOTE_CONF" "REMOTE_HOST_PING" "yes" + + SetConfFileValue "$CONF_DIR/$OLD_CONF" "REMOTE_3RD_PARTY_HOSTS" "\"www.kernel.org www.google.com\"" + SetConfFileValue "$CONF_DIR/$OLD_CONF" "REMOTE_HOST_PING" "yes" fi # Get default ssh port from env