2018-08-20 20:38:14 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2019-06-03 23:16:16 +02:00
|
|
|
set -eux
|
2018-08-20 20:38:14 +02:00
|
|
|
|
|
|
|
# Run full test suite
|
2019-06-03 23:16:16 +02:00
|
|
|
source virtualenv.sh
|
|
|
|
pip install 'botocore>1.10.26' boto3
|
2019-08-14 09:10:41 +02:00
|
|
|
ansible-playbook -i ../../inventory -v playbooks/full_test.yml "$@"
|