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
Matt Davis bfa004930a
add subdir support to collection loading (#60682)
* add subdir support to collection loading

* collections may now load plugins from subdirs under a plugin type or roles dir, eg `ns.coll.subdir1.subdir2.myrole`->ns.coll's roles/subdir1/subdir2/myrole, `ns.coll.subdir1.mymodule`->ns.coll's plugins/modules/subdir1/mymodule.py
* centralize parsing/validation in AnsibleCollectionRef class
* fix issues loading Jinja2 plugins from multiple sources 
* resolves #59462, #59890,

* sanity test fixes

* string fixes

* add changelog entry
7 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration add subdir support to collection loading (#60682) 7 years ago
legacy safe_eval fix (#57188) 7 years ago
lib/ansible_test add subdir support to collection loading (#60682) 7 years ago
results Collect data from integration test runs. (#28650) 9 years ago
sanity nginx_status_facts: deprecate/rename to nginx_status_info (#60979) 7 years ago
units add subdir support to collection loading (#60682) 7 years ago
utils Only run package-data sanity once in CI. 7 years ago