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