From 8e9fe7643449e199b21660bf250b7169a65bc8b2 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 4 Aug 2017 17:56:41 +0200 Subject: [PATCH] Replace mtu for for local-index on junos_command lessthan (#27772) --- .../targets/junos_command/tests/netconf_xml/lessthan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/junos_command/tests/netconf_xml/lessthan.yaml b/test/integration/targets/junos_command/tests/netconf_xml/lessthan.yaml index bab8333808..6d96c9506d 100644 --- a/test/integration/targets/junos_command/tests/netconf_xml/lessthan.yaml +++ b/test/integration/targets/junos_command/tests/netconf_xml/lessthan.yaml @@ -25,7 +25,7 @@ - show interfaces lo0 format: xml wait_for: - - "result[1].rpc-reply.interface-information.physical-interface.mtu lt 7" + - "result[1].rpc-reply.interface-information.physical-interface.local-index lt 7" provider: "{{ netconf }}" register: result