mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
junos_netconf integration test failure fix (#27569)
* Create socket using port value and not connection type * Correct error message in integration test task
This commit is contained in:
@@ -292,7 +292,7 @@ def main():
|
||||
sys.exit("FAIL: %s" % e)
|
||||
|
||||
ssh = connection_loader.get('ssh', class_only=True)
|
||||
cp = ssh._create_control_path(pc.remote_addr, pc.connection, pc.remote_user)
|
||||
cp = ssh._create_control_path(pc.remote_addr, pc.port, pc.remote_user)
|
||||
|
||||
# create the persistent connection dir if need be and create the paths
|
||||
# which we will be using later
|
||||
|
||||
Reference in New Issue
Block a user