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
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
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration Rebalance shippable/posix/ CI groups. 7 years ago
legacy Fix some broken links (#42079) 8 years ago
results Collect data from integration test runs. (#28650) 9 years ago
runner Improve ansible-test environment checking between tests. (#46459) 7 years ago
sanity Reduce noise in docs-build test failures. 7 years ago
units Run unit tests in parallel. (#45812) 7 years ago
utils Fix ansible-test multi-group smoke test handling. (#46363) 7 years ago