Run network tests when paramiko plugin changes.
This commit is contained in:
parent
b538e34a32
commit
861446b2a6
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue