summaryrefslogtreecommitdiff
path: root/test/integration/targets/junos_command/tests/netconf_xml/greaterthanorequal.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/junos_command/tests/netconf_xml/greaterthanorequal.yaml')
-rw-r--r--test/integration/targets/junos_command/tests/netconf_xml/greaterthanorequal.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/junos_command/tests/netconf_xml/greaterthanorequal.yaml b/test/integration/targets/junos_command/tests/netconf_xml/greaterthanorequal.yaml
index d6a2ae7102..11e537c705 100644
--- a/test/integration/targets/junos_command/tests/netconf_xml/greaterthanorequal.yaml
+++ b/test/integration/targets/junos_command/tests/netconf_xml/greaterthanorequal.yaml
@@ -8,7 +8,7 @@
- show interfaces fxp0
format: xml
wait_for:
- - "result[1].interface-information.physical-interface.mtu ge 1514"
+ - "result[1].rpc-reply.interface-information.physical-interface.mtu ge 1514"
provider: "{{ netconf }}"
register: result
@@ -25,7 +25,7 @@
- show interfaces fxp0
format: xml
wait_for:
- - "result[1].interface-information.physical-interface.mtu >= 1514"
+ - "result[1].rpc-reply.interface-information.physical-interface.mtu >= 1514"
provider: "{{ netconf }}"
register: result