mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 23:03:03 +02:00
update cloud-init tests
This commit is contained in:
parent
19c3e76366
commit
00404e4740
2 changed files with 2 additions and 2 deletions
|
@ -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}}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue