summaryrefslogtreecommitdiff
path: root/test/sanity
diff options
context:
space:
mode:
authorMatt Davis <nitzmahone@users.noreply.github.com>2019-08-28 16:31:40 -0700
committerGitHub <noreply@github.com>2019-08-28 16:31:40 -0700
commit7d1a981b61eb996c64c406a92f73022d4d3a041b (patch)
tree1f41c44bc833f8ce9e45127a1a1aaac6f70abd84 /test/sanity
parentcaa5abdfc9d4a42fd75a367ca5cbf7b6da760f44 (diff)
downloadansible-7d1a981b61eb996c64c406a92f73022d4d3a041b.tar.gz
default collection support (#61415)
* default collection support * playbooks run from inside a registered collection will set that collection as the first item in the search order (as will all non-collection roles) * this allows easy migration of runme.sh style playbook/role integration tests to collections without the playbooks/roles needing to know the name of their enclosing collection * ignore bogus sanity error * filed #61460 * fixed task unit test failure * don't append an empty collections list to the ds * ignore leftover local_action in mod_args ds action parsing * fix async_extra_data test to not require ssh and bogus locale * disable default collection test under Windows * ensure collection location FS code is always bytes * add changelog
Diffstat (limited to 'test/sanity')
-rw-r--r--test/sanity/ignore.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt
index 96ab7e472f..e0ee5be2ba 100644
--- a/test/sanity/ignore.txt
+++ b/test/sanity/ignore.txt
@@ -5714,6 +5714,7 @@ lib/ansible/modules/windows/win_webpicmd.ps1 pslint:PSAvoidUsingInvokeExpression
lib/ansible/modules/windows/win_xml.ps1 pslint:PSCustomUseLiteralPath
lib/ansible/parsing/vault/__init__.py pylint:blacklisted-name
lib/ansible/playbook/base.py pylint:blacklisted-name
+lib/ansible/playbook/collectionsearch.py required-and-default-attributes # https://github.com/ansible/ansible/issues/61460
lib/ansible/playbook/helpers.py pylint:blacklisted-name
lib/ansible/playbook/role/__init__.py pylint:blacklisted-name
lib/ansible/plugins/action/aireos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local`