mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 13:22:02 +00:00
tests: fix too many arguments for logging
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
This commit is contained in:
parent
9b1bb522e0
commit
d205f01e1d
@ -344,10 +344,9 @@ def config_ospf_interface(tgen, topo, input_dict=None, build=False, load_config=
|
||||
for lnk in input_dict[router]["links"].keys():
|
||||
if "ospf" not in input_dict[router]["links"][lnk]:
|
||||
logger.debug(
|
||||
"Router %s: ospf configs is not present in"
|
||||
"input_dict, passed input_dict",
|
||||
router,
|
||||
input_dict,
|
||||
"Router %s: ospf config is not present in"
|
||||
"input_dict",
|
||||
router
|
||||
)
|
||||
continue
|
||||
ospf_data = input_dict[router]["links"][lnk]["ospf"]
|
||||
|
Loading…
Reference in New Issue
Block a user