diff options
author | Matt Davis <nitzmahone@users.noreply.github.com> | 2020-06-17 02:17:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 02:17:38 +0200 |
commit | 29c6aae2fcffa92a693ef3278b94e97fff1ebbd3 (patch) | |
tree | b1fed9067cdef75cacf888ca57d7c016060a8560 /test/integration/targets/collections/collection_root_user | |
parent | Update ansible-test default test containers. (diff) | |
download | ansible-29c6aae2fcffa92a693ef3278b94e97fff1ebbd3.tar.xz ansible-29c6aae2fcffa92a693ef3278b94e97fff1ebbd3.zip |
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
Diffstat (limited to 'test/integration/targets/collections/collection_root_user')
-rw-r--r-- | test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/meta/runtime.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/meta/runtime.yml b/test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/meta/runtime.yml index cb21fee66f..879d1a0362 100644 --- a/test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/meta/runtime.yml +++ b/test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/meta/runtime.yml @@ -2,6 +2,10 @@ plugin_routing: action: uses_redirected_action: redirect: testns.testcoll.subclassed_normal + callback: + removedcallback: + tombstone: + removal_date: '2020-01-01' connection: redirected_local: redirect: ansible.builtin.local |