Overhaul ansible-test code coverage and injector. (#53510)

This commit is contained in:
Matt Clay
2019-03-13 07:14:12 -07:00
committed by GitHub
parent 3bdbe24861
commit a8e328f474
19 changed files with 253 additions and 370 deletions

View File

@@ -2,4 +2,5 @@
# For script based test targets (using runme.sh) put the inventory file in the test's directory instead.
[testgroup]
testhost ansible_connection=local
# ansible_python_interpreter must be set to avoid interpreter discovery
testhost ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"