mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-15 11:32:19 +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():
|
for lnk in input_dict[router]["links"].keys():
|
||||||
if "ospf" not in input_dict[router]["links"][lnk]:
|
if "ospf" not in input_dict[router]["links"][lnk]:
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"Router %s: ospf configs is not present in"
|
"Router %s: ospf config is not present in"
|
||||||
"input_dict, passed input_dict",
|
"input_dict",
|
||||||
router,
|
router
|
||||||
input_dict,
|
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
ospf_data = input_dict[router]["links"][lnk]["ospf"]
|
ospf_data = input_dict[router]["links"][lnk]["ospf"]
|
||||||
|
Loading…
Reference in New Issue
Block a user