ansible/test/integration/targets/collections
Matt Davis 29c6aae2fc
try to load unqualified plugins from whitelist (#70086)
* try to load unqualified plugins from whitelist

* necessary for backcompat loading of unqualified collectionized callback plugins redirected from <= 2.9 core
* also added de-duping from actual loaded name

* add tests

* add warning test

* group test script entries by topic

* shorten warning text grep because wrapping is dumb

* fix adhoc callback loading behavior

* collections pass over whitelist wasn't respecting `_run_additional_callbacks`
* adds regression tests for same

* avoid `grep -L` in tests since it breaks the world
2020-06-16 17:17:38 -07:00
..
collection_root_sys/ansible_collections/testns
collection_root_user/ansible_collections try to load unqualified plugins from whitelist (#70086) 2020-06-16 17:17:38 -07:00
collections/ansible_collections collection routing (#67684) 2020-05-26 09:42:06 -07:00
custom_vars_plugins Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
filter_plugins collection routing (#67684) 2020-05-26 09:42:06 -07:00
library
roles Allow a collection role to call a standalone role by default (#69102) 2020-04-22 13:58:08 -05:00
test_plugins collection routing (#67684) 2020-05-26 09:42:06 -07:00
testcoll2 Fix listing of colleciton plugins with symlinks (#69305) 2020-05-14 11:45:02 -04:00
a.statichost.yml
aliases Address compat issue for collection loading on py26 (#68219) 2020-03-23 11:14:21 -05:00
cache.statichost.yml implemented 'prefix' for file based cache (#69872) 2020-06-11 10:40:25 -04:00
check_populated_inventory.yml fix using inventory and cache plugins in a collection (#56469) 2020-03-26 12:05:46 -04:00
includeme.yml
inventory_test.yml collection routing (#67684) 2020-05-26 09:42:06 -07:00
invocation_tests.yml Action module xross coll (#68080) 2020-03-25 11:57:53 -04:00
noop.yml try to load unqualified plugins from whitelist (#70086) 2020-06-16 17:17:38 -07:00
posix.yml enable collections module_utils subpkg tests (#69957) 2020-06-15 09:34:25 -07:00
redirected.statichost.yml collection routing (#67684) 2020-05-26 09:42:06 -07:00
runme.sh try to load unqualified plugins from whitelist (#70086) 2020-06-16 17:17:38 -07:00
test_collection_meta.yml collection routing (#67684) 2020-05-26 09:42:06 -07:00
vars_plugin_tests.sh config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 2020-06-11 11:40:13 -07:00
windows.yml