summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_internal/provider/layout/ansible.py
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-08-28 22:18:20 -0700
committerGitHub <noreply@github.com>2019-08-28 22:18:20 -0700
commitd92e2a6b0eecbb74cee639eb7d53a5de4325d7e3 (patch)
tree577dacf07fef612ee63c0d7cf7fbd52c5d9c9b68 /test/lib/ansible_test/_internal/provider/layout/ansible.py
parentd7845da326e3d0cf74ff813a0e8b84b4137d185d (diff)
downloadansible-d92e2a6b0eecbb74cee639eb7d53a5de4325d7e3.tar.gz
Simplify ansible-test target processing. (#61506)
* Clean up layout paths for integration tests. * Remove "special" integration test target type. * Remove unnecessary role detection logic. * Remove support for non-sh runme scripts. * Simplify reading of aliases.
Diffstat (limited to 'test/lib/ansible_test/_internal/provider/layout/ansible.py')
-rw-r--r--test/lib/ansible_test/_internal/provider/layout/ansible.py2
1 files changed, 2 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 6ef68dada2..b393d7907a 100644
--- a/test/lib/ansible_test/_internal/provider/layout/ansible.py
+++ b/test/lib/ansible_test/_internal/provider/layout/ansible.py
@@ -36,6 +36,8 @@ class AnsibleLayout(LayoutProvider):
results_path='test/results',
sanity_path='test/sanity',
integration_path='test/integration',
+ integration_targets_path='test/integration/targets',
+ integration_vars_path='test/integration/integration_config.yml',
unit_path='test/units',
unit_module_path='test/units/modules',
unit_module_utils_path='test/units/module_utils',