2018-08-20 18:38:14 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2019-06-03 21:16:16 +00:00
|
|
|
set -eux
|
2018-08-20 18:38:14 +00:00
|
|
|
|
|
|
|
# Run full test suite
|
2019-06-03 21:16:16 +00:00
|
|
|
source virtualenv.sh
|
|
|
|
pip install 'botocore>1.10.26' boto3
|
2019-05-14 17:39:44 +00:00
|
|
|
ansible-playbook -i ../../inventory -e @../../integration_config.yml -v playbooks/full_test.yml "$@"
|