Fix junos_command netconf_xml notequal asserts (#27806)
This commit is contained in:
parent
b51a1e9045
commit
6a6bcb6749
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
- show interfaces lo0
|
||||
format: xml
|
||||
wait_for:
|
||||
- "result[0].rpc-reply.software-information.host-name neq localhost"
|
||||
- "result[1].rpc-reply.interface-information.physical-interface.name neq em0"
|
||||
provider: "{{ netconf }}"
|
||||
register: result
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
- show interfaces lo0
|
||||
format: xml
|
||||
wait_for:
|
||||
- "result[0].rpc-reply.software-information.host-name != localhost"
|
||||
- "result[1].rpc-reply.interface-information.physical-interface.name neq em0"
|
||||
provider: "{{ netconf }}"
|
||||
register: result
|
||||
|
||||
|
|
Loading…
Reference in a new issue