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/plugins
Sloane Hertel 51f6d129cb
support hard coded module_defaults.yml groups for collections (#69919)
* Only allow groups which were hardcoded in module_defaults.yml

only load action groups from the collection if module_defaults contains a potential group for the action

* Fix tests using modules that override those whitelisted in lib/ansible/config/module_defaults.yml

Third party modules should not be using group/ - use the action name instead

* add externalized module_defaults tests

add the missing group and collections

ci_complete

Co-authored-by: Matt Davis <mrd@redhat.com>

* changelog

ci_complete

* Fix import in tests

ci_complete

* Update with requested changes

ci_complete

* don't traceback since we don't validate the contents of module_defaults

ci_complete

Co-authored-by: Matt Davis <mrd@redhat.com>
4 years ago
..
action support hard coded module_defaults.yml groups for collections (#69919) 4 years ago
become Migrated to community.general 4 years ago
cache Migrated to community.general 4 years ago
callback Replace TestCase.assertEquals with TestCase.assertEqual. 5 years ago
connection Fix filedescriptor out of range in select() when running commands (#65058) 4 years ago
filter Migrated to ansible.netcommon 4 years ago
inventory Migrated to openstack.cloud 4 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 7 years ago
lookup Migrated to ansible.amazon 4 years ago
shell windows - fix up env var quoting for unicode single quotes (#68968) 4 years ago
strategy Clean up unit tests to assist with migration. (#67875) 4 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py Remove empty setUp/tearDown/tearDownClass methods in test classes. 5 years ago