Improve handling of network test changes.

pull/26506/head
Matt Clay 7 years ago
parent fb7ef488f5
commit bd8ea89b1b

@ -352,6 +352,9 @@ class PathMapper(object):
}
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 {
'integration': 'all',
'windows-integration': 'all',

Loading…
Cancel
Save