mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 20:34:33 +00:00
tests: remove duplicate output
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
This commit is contained in:
parent
cec0e51e25
commit
19185dbac2
@ -172,9 +172,6 @@ def __create_ospf_global(tgen, input_dict, router, build=False, load_config=True
|
|||||||
if del_action:
|
if del_action:
|
||||||
cmd = "no {}".format(cmd)
|
cmd = "no {}".format(cmd)
|
||||||
config_data.append(cmd)
|
config_data.append(cmd)
|
||||||
result = create_common_configuration(
|
|
||||||
tgen, router, config_data, "ospf", build, load_config
|
|
||||||
)
|
|
||||||
|
|
||||||
# summary information
|
# summary information
|
||||||
summary_data = ospf_data.setdefault("summary-address", {})
|
summary_data = ospf_data.setdefault("summary-address", {})
|
||||||
|
Loading…
Reference in New Issue
Block a user