diff --git a/tests/cloud-init.sh b/tests/cloud-init.sh index ca182cd5..e6d3209a 100755 --- a/tests/cloud-init.sh +++ b/tests/cloud-init.sh @@ -10,7 +10,7 @@ export LOCAL_DNS=true export SSH_TUNNELING=true export ENDPOINT=10.0.8.100 export USERS=desktop,user1,user2 -export EXTRA_VARS='install_headers=false tests=true apparmor_enabled=false' +export EXTRA_VARS='install_headers=false tests=true apparmor_enabled=false local_service_ip=172.16.0.1' export ANSIBLE_EXTRA_ARGS='--skip-tags apparmor' export REPO_SLUG=${TRAVIS_PULL_REQUEST_SLUG:-${TRAVIS_REPO_SLUG:-trailofbits/algo}} export REPO_BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-${TRAVIS_BRANCH:-master}} diff --git a/tests/wireguard-client.sh b/tests/wireguard-client.sh index f2823d8e..46b4603a 100755 --- a/tests/wireguard-client.sh +++ b/tests/wireguard-client.sh @@ -20,4 +20,4 @@ host google.com 172.16.0.1 echo "WireGuard tests passed" -wg-quick down user1 +wg-quick down configs/10.0.8.100/wireguard/user1.conf