mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Disable REMOTE_HOST_PING on travis (again)
This commit is contained in:
parent
3c72bffdbf
commit
0d969d992b
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
## obackup basic tests suite 2016122301
|
||||
## obackup basic tests suite 2016122302
|
||||
|
||||
#TODO: Must recreate files before each test set
|
||||
|
||||
@ -202,12 +202,16 @@ function oneTimeSetUp () {
|
||||
RHOST_PING="no"
|
||||
SetConfFileValue "$CONF_DIR/$PULL_CONF" "REMOTE_3RD_PARTY_HOSTS" ""
|
||||
SetConfFileValue "$CONF_DIR/$PUSH_CONF" "REMOTE_3RD_PARTY_HOSTS" ""
|
||||
SetConfFileValue "$CONF_DIR/$PULL_CONF" "REMOTE_HOST_PING" "no"
|
||||
SetConfFileValue "$CONF_DIR/$PUSH_CONF" "REMOTE_HOST_PING" "no"
|
||||
else
|
||||
echo "Running with local settings"
|
||||
REMOTE_USER="root"
|
||||
RHOST_PING="yes"
|
||||
SetConfFileValue "$CONF_DIR/$PULL_CONF" "REMOTE_3RD_PARTY_HOSTS" "\"www.kernel.org www.google.com\""
|
||||
SetConfFileValue "$CONF_DIR/$PUSH_CONF" "REMOTE_3RD_PARTY_HOSTS" "\"www.kernel.org www.google.com\""
|
||||
SetConfFileValue "$CONF_DIR/$PULL_CONF" "REMOTE_HOST_PING" "yes"
|
||||
SetConfFileValue "$CONF_DIR/$PUSH_CONF" "REMOTE_HOST_PING" "yes"
|
||||
fi
|
||||
|
||||
# Get default ssh port from env
|
||||
|
Loading…
Reference in New Issue
Block a user