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 0dc7f38787
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.
7 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration Lookup plugin for rabbitmq (#44070) 7 years ago
legacy feat: add scaleway security_group_rule management (#45694) 7 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 ps-lint: ignore rules that are not relevant to Ansible (#46376) 7 years ago
units Move network utils that are used by AWS modules (#45579) 7 years ago
utils Fix ansible-test multi-group smoke test handling. (#46363) 7 years ago