You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/runner/lib
Matt Clay c68e1aafeb Improve ansible-test environment checking between tests. (#46459)
* Add unified diff output to environment validation.

This makes it easier to see where the environment changed.

* Compare Python interpreters by version to pip shebangs.

This helps expose cases where pip executables use a different
Python interpreter than is expected.

* Query `pip.__version__` instead of using `pip --version`.

This is a much faster way to query the pip version. It also more
closely matches how we invoke pip within ansible-test.

* Remove redundant environment scan between tests.

This reuses the environment scan from the end of the previous test
as the basis for comparison during the next test.

(cherry picked from commit 0dc7f38787)
7 years ago
..
cloud Bug fixes and cleanup for ansible-test. (#45991) 7 years ago
sanity Add file exists check in integration-aliases test. 7 years ago
__init__.py Add support for cloud tests to ansible-test. (#24315) 9 years ago
ansible_util.py Fix integration test library search path. 7 years ago
changes.py Fix change detection on retried Shippable jobs. 8 years ago
classification.py Remove obsolete default container. 7 years ago
cli.py Fix ansible-test encoding issues for exceptions. 7 years ago
config.py Fix ansible-test multi-group smoke test handling. (#46363) 7 years ago
core_ci.py append AWS region to test instance file (#45877) 7 years ago
cover.py Fix ansible-test encoding issues for exceptions. 7 years ago
delegation.py Fix ansible-test multi-group smoke test handling. (#46363) 7 years ago
diff.py Add test verification to ansible-test. (#22636) 9 years ago
docker_util.py Bug fixes and cleanup for ansible-test. (#45991) 7 years ago
executor.py Improve ansible-test environment checking between tests. (#46459) 7 years ago
git.py Fix change detection on retried Shippable jobs. 8 years ago
http.py Cleanup and enhancements for ansible-test. (#37142) 8 years ago
import_analysis.py Fix ansible-test pylint and pep8 issues. (#24245) 9 years ago
manage_ci.py add support for opening shell on remote Windows host (#43919) 7 years ago
metadata.py Improve handling of integration test aliases. (#38698) 8 years ago
powershell_import_analysis.py Add PS dependency analysis to ansible-test. 8 years ago
pytar.py Minor fixes for unit test delegation. 7 years ago
target.py Fix ansible-test encoding issues for exceptions. 7 years ago
test.py Improve bot messaging on CI failures. 8 years ago
thread.py Bug fixes and cleanup for ansible-test. (#45991) 7 years ago
util.py Bug fixes and cleanup for ansible-test. (#45991) 7 years ago