Fix ansible-test classification of sanity changes.
This commit is contained in:
parent
9da5908afb
commit
709a8c5026
1 changed files with 5 additions and 0 deletions
|
@ -742,6 +742,11 @@ class PathMapper:
|
||||||
'sanity': 'all', # test infrastructure, run all sanity checks
|
'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 path.startswith('test/lib/ansible_test/_data/requirements/'):
|
||||||
if name in (
|
if name in (
|
||||||
'integration',
|
'integration',
|
||||||
|
|
Loading…
Reference in a new issue