mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Run network tests when paramiko plugin changes.
This commit is contained in:
@@ -495,6 +495,13 @@ class PathMapper(object):
|
||||
'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
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user