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/sanity
Ryan Brown 858a1b09bb EC2_group module refactor (formerly pr/37255) (#38678)
* Refactor ec2_group

Replace nested for loops with list comprehensions

Purge rules before adding new ones in case sg has maximum permitted rules

* Add check mode tests for ec2_group

* add tests

* Remove dead code

* Fix integration test assertions for old boto versions

* Add waiter for security group that is autocreated

* Add support for in-account group rules

* Add common util to get AWS account ID

Fixes #31383

* Fix protocol number and add separate tests for egress rule handling

* Return egress rule treatment to be backwards compatible

* Remove functions that were obsoleted by `Rule` namedtuple

* IP tests

* Move description updates to a function

* Fix string formatting missing index

* Add tests for auto-creation of the same group in quick succession

* Resolve use of brand-new group in a rule without a description

* Clean up duplicated get-security-group function

* Add reverse cleanup in case of dependency issues

* Add crossaccount ELB group support

* Deal with non-STS calls to account API

* Add filtering of owner IDs that match the current account
6 years ago
..
ansible-doc Remove remnants of obsolete fireball mode. 8 years ago
code-smell Fix shebangs and file modes and update tests. (#40563) 6 years ago
compile Overhaul additional sanity tests. (#36803) 7 years ago
import vdirect modules: fix 'import' sanity test (#39706) 6 years ago
pep8 Explicitly exclude W504 (#38539) 7 years ago
pslint win_service: fix when dealing with paths with special chars and change WMI to CIM cmdlets (#37897) 7 years ago
pylint EC2_group module refactor (formerly pr/37255) (#38678) 6 years ago
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 8 years ago
shellcheck Test cleanup. 7 years ago
validate-modules fixing disabled azure sanity tests (#40519) 6 years ago
yamllint Add yamllint for plugin docs and fix issues. 6 years ago
ansible.cfg Fix ansible-test config management. 7 years ago