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 819ba2259d Sanity test fixups for AWS ec2 modules (#64230)
* ec2_ boilerplate

* Deprecate unused options.

* ec2_vol: Perform explicit type checking on volume_size and iops when parsing the args

Boto would through a type exception if the string couldn't be converted to an int.

* ec2_lc_find: remove duplicate definition of region

It's defined in ec2_argument_spec and ec2 doc fragment

* ec2_lc_info: Move responsibility for type checking/conversion of sort_start and sort_end into arg parser

* General sanity test related doc fixups

* Remove EC2 related sanity/ignore.txt entries

* Add changelog fragment
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 5 years ago
integration Support vars plugins in collections (#61078) 5 years ago
legacy Sanity test fixups - AWS related tests (#64093) 5 years ago
lib/ansible_test Fixes for validate-modules import handling. (#63932) 5 years ago
sanity Sanity test fixups for AWS ec2 modules (#64230) 5 years ago
units Amazon related Sanity test fixups (remaining batch 2) (#64358) 5 years ago
utils Increase unit test timeout in CI. 5 years ago