Improve handling of network test changes.
This commit is contained in:
parent
fb7ef488f5
commit
bd8ea89b1b
1 changed files with 3 additions and 0 deletions
|
@ -352,6 +352,9 @@ class PathMapper(object):
|
||||||
}
|
}
|
||||||
|
|
||||||
if path.startswith('test/integration/'):
|
if path.startswith('test/integration/'):
|
||||||
|
if self.prefixes.get(name) == 'network' and ext == '.yaml':
|
||||||
|
return minimal # network integration test playbooks are not used by ansible-test
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'integration': 'all',
|
'integration': 'all',
|
||||||
'windows-integration': 'all',
|
'windows-integration': 'all',
|
||||||
|
|
Loading…
Reference in a new issue