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>
2020-06-09 15:38:57 -07:00
..
action support hard coded module_defaults.yml groups for collections (#69919) 2020-06-09 15:38:57 -07:00
become Migrated to community.general 2020-03-23 11:14:21 -05:00
cache Migrated to community.general 2020-03-23 11:14:21 -05:00
callback Replace TestCase.assertEquals with TestCase.assertEqual. 2019-11-11 10:24:21 -08:00
connection Fix filedescriptor out of range in select() when running commands (#65058) 2020-05-14 11:46:34 -04:00
filter Migrated to ansible.netcommon 2020-03-23 11:14:21 -05:00
inventory Migrated to openstack.cloud 2020-03-23 11:14:21 -05:00
loader_fixtures Don't cache duplicate plugin names (#34420) 2018-01-04 16:47:23 -06:00
lookup Migrated to ansible.amazon 2020-03-23 11:14:21 -05:00
shell windows - fix up env var quoting for unicode single quotes (#68968) 2020-04-16 20:24:23 +10:00
strategy Clean up unit tests to assist with migration. (#67875) 2020-02-28 20:29:41 -08:00
__init__.py
test_plugins.py Remove empty setUp/tearDown/tearDownClass methods in test classes. 2019-11-06 08:14:29 -08:00