Fix ansible-test classification of sanity changes.

This commit is contained in:
Matt Clay 2019-08-06 16:26:50 -07:00
parent 9da5908afb
commit 709a8c5026

View file

@ -742,6 +742,11 @@ class PathMapper:
'sanity': 'all', # test infrastructure, run all sanity checks
}
if path.startswith('test/lib/ansible_test/_data/sanity/'):
return {
'sanity': 'all', # test infrastructure, run all sanity checks
}
if path.startswith('test/lib/ansible_test/_data/requirements/'):
if name in (
'integration',