You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Mark Chappell b5f484dcc3 ec2_eip Don't throw an exception when re-releasing an EIP (idempotency) (#62332)
* ec2_eip: (integration tests) move to using module_defaults

* ec2_eip: (integration tests) expand integration tests

Also clean up a little
- Delete EIPs when we finish testing them (reduce the chance of hitting limits)
- Rejig deletion so that it works when runs fail
- Add tests for ec2_eip_info

* ec2_eip: Minor doc tweaks

* ec2_eip: Don't throw an exception when we try to disassociate an already disassociated EIP

* ec2_eip: Add missing IAM policy (manage IGWs)

* ec2_eip: (integration tests) Use the VPC as a crude lock to avoid running parallel tests

We test that untagged EIPs come and go as we expect, if multiple tests are
running in parallel this confuses things

* Fix ec2_eip association
6 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 7 years ago
integration ec2_eip Don't throw an exception when re-releasing an EIP (idempotency) (#62332) 6 years ago
legacy Sanity test fixups - AWS related tests (#64093) 6 years ago
lib/ansible_test Set alter_sys=True instead of False to address backwards incompat (#64670) 6 years ago
sanity Sort test/sanity/ignore.txt (#64672) 6 years ago
units Add the ability to ignore files and collection build (#64688) 6 years ago
utils Increase unit test timeout in CI. 6 years ago