update cloud-init tests

This commit is contained in:
Jack Ivanov 2019-05-07 14:08:24 +02:00
parent 19c3e76366
commit 00404e4740
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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