Fix iosxr netconf integration test (#57882)

* Modify testcase to work with Zuul CI enviornment
pull/57500/head
Ganesh Nalawade 5 years ago committed by GitHub
parent 597d943dad
commit 0d2ffdd5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@
netconf_config:
backup: yes
register: result
connection: netconf
- assert:
that:

@ -114,7 +114,7 @@
- assert:
that:
- "{{ result['output']['rpc-reply']['data']['aaa'] is defined}}"
- "{{ result['output']['data']['aaa'] is defined}}"
- name: get configuration data in xml pretty format
netconf_get:

Loading…
Cancel
Save