Improve handling of network test changes.

This commit is contained in:
Matt Clay 2017-07-06 11:32:31 -07:00
parent fb7ef488f5
commit bd8ea89b1b

View file

@ -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',