ansible/test/runner/lib
Matt Clay 2198ecb1d2
Improve checking for unusable sanity test ignores. (#59833)
* Check sanity ignore paths against test paths.

This prevents ignores from being added for paths which will never be tested by the test being ignored or skipped.

* Fix sanity ignore handling for no/all targets.

This allows checking of ignores for tests which do not use a target list.

It also allows checking of the full ignore list on every test run for tests that always use all targets.
2019-07-30 18:58:37 -07:00
..
cloud Fix ansible-test cloud testing for collections. 2019-07-24 00:17:11 -07:00
integration Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
provider Ignore deleted when querying git in ansible-test. 2019-07-23 23:36:08 -07:00
sanity Improve checking for unusable sanity test ignores. (#59833) 2019-07-30 18:58:37 -07:00
__init__.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
ansible_util.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
cache.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
changes.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
classification.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
cli.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
config.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
constants.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
core_ci.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
cover.py Fix incorrect collections coverage warning. 2019-07-23 22:06:17 -07:00
coverage_util.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
csharp_import_analysis.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
data.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
delegation.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
diff.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
docker_util.py podman-docker docker compat for ansible-test (#59539) 2019-07-29 17:34:45 -04:00
env.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
executor.py Fix type discrepancy in ansible-test. 2019-07-30 10:46:05 -07:00
git.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
http.py Clean up pylint issues in test infra. 2019-07-15 14:45:30 -07:00
import_analysis.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
init.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
manage_ci.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
metadata.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
payload.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
powershell_import_analysis.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
target.py Fix ansible-test encoding issues. 2019-07-25 23:29:42 -07:00
test.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
thread.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
types.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
util.py Add paths_to_dirs function to ansible-test. 2019-07-30 10:46:39 -07:00
util_common.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00