summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_internal/provider/layout/ansible.py
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-08-29 03:39:03 -0700
committerGitHub <noreply@github.com>2019-08-29 03:39:03 -0700
commitf90587069cef9d96fe24265866c59c0e841008d5 (patch)
treec1d72b9fa16623e9f676192f818bd8cf455c8c5c /test/lib/ansible_test/_internal/provider/layout/ansible.py
parent0922407b67790760a423e61f6eb98618afaec1e4 (diff)
downloadansible-f90587069cef9d96fe24265866c59c0e841008d5.tar.gz
Update collections integration targets path. (#61523)
* Update collections integration targets path. * Fix integration path handling. * Add collections test target fallback. Also add warnings and errors for common path mistakes. * Improve role target detection.
Diffstat (limited to 'test/lib/ansible_test/_internal/provider/layout/ansible.py')
-rw-r--r--test/lib/ansible_test/_internal/provider/layout/ansible.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lib/ansible_test/_internal/provider/layout/ansible.py b/test/lib/ansible_test/_internal/provider/layout/ansible.py
index b393d7907a..49ca482b7b 100644
--- a/test/lib/ansible_test/_internal/provider/layout/ansible.py
+++ b/test/lib/ansible_test/_internal/provider/layout/ansible.py
@@ -35,10 +35,13 @@ class AnsibleLayout(LayoutProvider):
test_path='test',
results_path='test/results',
sanity_path='test/sanity',
+ sanity_messages=None,
integration_path='test/integration',
integration_targets_path='test/integration/targets',
integration_vars_path='test/integration/integration_config.yml',
+ integration_messages=None,
unit_path='test/units',
unit_module_path='test/units/modules',
unit_module_utils_path='test/units/module_utils',
+ unit_messages=None,
)