Run network tests when paramiko plugin changes.

This commit is contained in:
Matt Clay 2019-02-26 13:34:55 -08:00
parent b538e34a32
commit 861446b2a6

View file

@ -495,6 +495,13 @@ class PathMapper(object):
'units': units_path, 'units': units_path,
} }
if name == 'paramiko_ssh':
return {
'integration': integration_name,
'network-integration': self.integration_all_target,
'units': units_path,
}
# other connection plugins have isolated integration and unit tests # other connection plugins have isolated integration and unit tests
return { return {