Remove backup from iosxr replace_config test (#57830)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
(cherry picked from commit af25274d6a
)
This commit is contained in:
parent
378ddec5c6
commit
05c7f7a230
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
||||||
iosxr_config: &addreplace
|
iosxr_config: &addreplace
|
||||||
src: "{{ role_path }}/fixtures/config_add_interface.txt"
|
src: "{{ role_path }}/fixtures/config_add_interface.txt"
|
||||||
replace: config
|
replace: config
|
||||||
backup: yes
|
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
|
@ -29,7 +28,6 @@
|
||||||
iosxr_config: &delreplace
|
iosxr_config: &delreplace
|
||||||
src: "{{ role_path }}/fixtures/config_del_interface.txt"
|
src: "{{ role_path }}/fixtures/config_del_interface.txt"
|
||||||
replace: config
|
replace: config
|
||||||
backup: yes
|
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
|
|
Loading…
Reference in a new issue