mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +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:
@@ -49,7 +49,7 @@
|
||||
- assert:
|
||||
that:
|
||||
- "result.failed == true"
|
||||
- "'unable to connect to' in result.msg"
|
||||
- "'unable to open shell' in result.msg"
|
||||
|
||||
- name: Set back netconf to default port
|
||||
junos_netconf:
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
- assert:
|
||||
that:
|
||||
- "result.failed == true"
|
||||
- "'unable to connect to' in result.msg"
|
||||
- "'unable to open shell' in result.msg"
|
||||
|
||||
- name: re-enable netconf
|
||||
junos_netconf:
|
||||
|
||||
Reference in New Issue
Block a user