summaryrefslogtreecommitdiff
path: root/test/integration/targets/junos_command
diff options
context:
space:
mode:
authorRicardo Carrillo Cruz <ricardo.carrillo.cruz@gmail.com>2017-08-04 17:56:41 +0200
committerGitHub <noreply@github.com>2017-08-04 17:56:41 +0200
commit8e9fe7643449e199b21660bf250b7169a65bc8b2 (patch)
tree7aadce961a4fc64064808a6771b83e3256ee27ab /test/integration/targets/junos_command
parenta98e3fb81f79ee7542069499ccecbc8d727168b0 (diff)
downloadansible-8e9fe7643449e199b21660bf250b7169a65bc8b2.tar.gz
Replace mtu for for local-index on junos_command lessthan (#27772)
Diffstat (limited to 'test/integration/targets/junos_command')
-rw-r--r--test/integration/targets/junos_command/tests/netconf_xml/lessthan.yaml2
1 files changed, 1 insertions, 1 deletions
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