This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
d5ac3f7e77
ansible
/
test
/
integration
/
targets
/
elb_target_info
/
runme.sh
6 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
[aws] New module: elb_target_facts (#43565) * initial source of the elb_target_facts module, which gathers all registered ELBv2 target groups for a given instance id * updating * initial dump of tests * updating docs, adding AWSRetry decorators * updating tests * More brush up, some refactoring * updating for sanity tests * removing extra space * updating elb_target_facts to use a new name for the return value, not return a fact, and use instance variables for the AWS connections. updating tests to go along with that * updating classes to be 'new-style' classes
2018-08-30 10:47:28 -04:00
#!/usr/bin/env bash
Clean up unused config usage in integration tests.
2019-08-14 00:10:41 -07:00
set
-eux
[aws] New module: elb_target_facts (#43565) * initial source of the elb_target_facts module, which gathers all registered ELBv2 target groups for a given instance id * updating * initial dump of tests * updating docs, adding AWSRetry decorators * updating tests * More brush up, some refactoring * updating for sanity tests * removing extra space * updating elb_target_facts to use a new name for the return value, not return a fact, and use instance variables for the AWS connections. updating tests to go along with that * updating classes to be 'new-style' classes
2018-08-30 10:47:28 -04:00
Clean up unused config usage in integration tests.
2019-08-14 00:10:41 -07:00
ansible-playbook -i ../../inventory -v playbooks/full_test.yml
"
$@
"
Reference in a new issue
Copy permalink