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/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
5 years ago
..
collection_root_sys/ansible_collections/testns
collection_root_user/ansible_collections try to load unqualified plugins from whitelist (#70086) 5 years ago
collections/ansible_collections
custom_vars_plugins
filter_plugins
library
roles
test_plugins
testcoll2
a.statichost.yml
aliases
cache.statichost.yml
check_populated_inventory.yml
includeme.yml
inventory_test.yml
invocation_tests.yml
noop.yml try to load unqualified plugins from whitelist (#70086) 5 years ago
posix.yml enable collections module_utils subpkg tests (#69957) 5 years ago
redirected.statichost.yml
runme.sh try to load unqualified plugins from whitelist (#70086) 5 years ago
test_collection_meta.yml
vars_plugin_tests.sh config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 5 years ago
windows.yml