ansible/test/runner/lib
Matt Clay 35caebd036 Fix ansible-test dependency processing.
Previously, the following dependencies:

A used by B
B used by C

Would have been converted to:

A used by C
B used by C

Intead of being expanded to:

A used by B
A used by C
B used by C

This change preserves the existing dependency when expanding it.
2019-01-14 15:31:59 -08:00
..
cloud Cleanup integration test inventory. (#50753) 2019-01-10 14:45:12 -08:00
sanity Fix ansible-test --exclude with delegation. 2018-10-15 14:05:37 -07:00
__init__.py
ansible_util.py Disable retry files for integration tests. 2019-01-09 17:59:40 -08:00
changes.py Fix ansible-test merge change detection. 2018-11-14 12:27:40 -08:00
classification.py Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
cli.py Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
config.py Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
core_ci.py Force PEM SSH keys for paramiko 2018-10-18 21:25:55 -07:00
cover.py Fix ansible-test encoding issues for exceptions. 2018-10-02 13:36:43 -07:00
csharp_import_analysis.py win_exec: refactor PS exec runner (#45334) 2018-10-02 15:55:53 -07:00
delegation.py Add --raw option to ansible-test shell command. 2018-11-16 17:38:15 -08:00
diff.py
docker_util.py Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
env.py Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
executor.py Fix ansible-test skip warning message. 2018-11-27 07:50:22 -08:00
git.py Fix ansible-test merge change detection. 2018-11-14 12:27:40 -08:00
http.py
import_analysis.py
manage_ci.py Add --raw option to ansible-test shell command. 2018-11-16 17:38:15 -08:00
metadata.py Improve handling of integration test aliases. (#38698) 2018-04-12 16:15:28 -07:00
powershell_import_analysis.py
pytar.py Minor fixes for unit test delegation. 2018-09-18 16:12:15 -07:00
target.py Fix ansible-test dependency processing. 2019-01-14 15:31:59 -08:00
test.py
thread.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
util.py Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00