Run network tests when paramiko plugin changes.

pull/53114/head
Matt Clay 6 years ago
parent b538e34a32
commit 861446b2a6

@ -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 {

Loading…
Cancel
Save