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/units
Sloane Hertel cba64f5869 Fix inventory plugin cache + add tests (#38229)
* Fix setting the cache when refresh_cache or --flush-cache are used

* Use jsonify function that handles datetime objects in jsonfile cache plugin

* Don't access self._options directly

* Add initial integration tests for aws_ec2 inventory plugin

* Add CI alias

* Fix and add a few more unit tests

* Add integration tests for constructed

* Fix typo

* Use inventory config templates

* Collect all instances that are not terminated by default

* Create separate playbook for setting up the VPC, subnet, security group, and finding an image for the host

Create a separate playbook for removing the resources

* Allow easier grouping by region and add an example

* use a unified json encode/decode that can handle unsafe and vault
7 years ago
..
cli Add APB role_type to ansible-galaxy init (#36789) 7 years ago
config additional configmanager tests 7 years ago
contrib
errors
executor module_common: handle None value for templar (#36651) 7 years ago
inventory_test_data/group_vars
mock avoid caching invetnory sources in loader (#38242) 7 years ago
module_utils Module basic.py to create parent dirs of tmpdir if needed (#40201) 7 years ago
modules Adding changed option to save_when (#40640) 7 years ago
parsing Fix 'New Vault password' on vault 'edit' (#35923) 7 years ago
playbook always_run: removed deprecated always_run task option (#40470) 7 years ago
plugins Fix inventory plugin cache + add tests (#38229) 7 years ago
template Remove duplicated "instead" word (#38800) 7 years ago
utils Move AWS placebo fixtures into test/units/utils so module_utils tests can use them (#37300) 7 years ago
vars Miscellaneous pylint fixes. 7 years ago
__init__.py
ansible.cfg Fix ansible-test config management. 7 years ago
conftest.py
test_constants.py