Fix iosxr netconf integration test (#57882)
* Modify testcase to work with Zuul CI enviornment
This commit is contained in:
parent
597d943dad
commit
0d2ffdd5a6
2 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue