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:
|
netconf_config:
|
||||||
backup: yes
|
backup: yes
|
||||||
register: result
|
register: result
|
||||||
|
connection: netconf
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- "{{ result['output']['rpc-reply']['data']['aaa'] is defined}}"
|
- "{{ result['output']['data']['aaa'] is defined}}"
|
||||||
|
|
||||||
- name: get configuration data in xml pretty format
|
- name: get configuration data in xml pretty format
|
||||||
netconf_get:
|
netconf_get:
|
||||||
|
|
Loading…
Reference in a new issue