Fix iosxr netconf integration test (#57882)

* Modify testcase to work with Zuul CI enviornment
This commit is contained in:
Ganesh Nalawade 2019-06-15 16:58:09 +05:30 committed by GitHub
parent 597d943dad
commit 0d2ffdd5a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -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: