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