summaryrefslogtreecommitdiffstats
path: root/test/ansible_test
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2021-08-13 00:07:06 +0200
committerGitHub <noreply@github.com>2021-08-13 00:07:06 +0200
commit99a79e1969472ab4ba5c0bd0cab61927b9aa93d9 (patch)
treeeff0efdf8d721c836a4081191039d2dfcfde68fd /test/ansible_test
parentremove core docs build warnings (#75496) (diff)
downloadansible-99a79e1969472ab4ba5c0bd0cab61927b9aa93d9.tar.xz
ansible-99a79e1969472ab4ba5c0bd0cab61927b9aa93d9.zip
ansible-test - Move code from _data to _util. (#75495)
* Update paths to match relocated files. * Update ansible-test symlink paths. * Update path classification. * Update MANIFEST.in * Update sanity test context paths. * Update sanity ignores. * Update shebang sanity test. * Update configure-remoting-ps1 sanity test. * Update BOTMETA.yml to reflect new paths. * Update paths in collection loader comments. * Update Makefile for ansible-test. * Update docs. * Add changelog fragment.
Diffstat (limited to 'test/ansible_test')
-rw-r--r--test/ansible_test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ansible_test/Makefile b/test/ansible_test/Makefile
index 7fb2a00760..2d85e3da76 100644
--- a/test/ansible_test/Makefile
+++ b/test/ansible_test/Makefile
@@ -10,4 +10,4 @@ unit:
.PHONY: validate-modules-unit
validate-modules-unit:
- PYTHONPATH=$(abspath ${CURDIR}/../lib/ansible_test/_data/sanity/validate-modules):$(abspath ${CURDIR}/../../lib) pytest validate-modules-unit ${FLAGS}
+ PYTHONPATH=$(abspath ${CURDIR}/../lib/ansible_test/_util/controller/sanity/validate-modules):$(abspath ${CURDIR}/../../lib) pytest validate-modules-unit ${FLAGS}