From d785318c6f0fc8ee4b0e92eed928d0fcd5debc0c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 17 Nov 2024 07:10:47 +0100 Subject: Adding upstream version 10.2. Signed-off-by: Daniel Baumann --- tests/topotests/ospf_topo2/test_ospf_topo2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/topotests/ospf_topo2') diff --git a/tests/topotests/ospf_topo2/test_ospf_topo2.py b/tests/topotests/ospf_topo2/test_ospf_topo2.py index 8be06e41..45ae338a 100644 --- a/tests/topotests/ospf_topo2/test_ospf_topo2.py +++ b/tests/topotests/ospf_topo2/test_ospf_topo2.py @@ -66,7 +66,7 @@ def tgen(request): router_list = tgen.routers() - for rname, router in router_list.items(): + for _, router in router_list.items(): router.load_frr_config("frr.conf") tgen.start_router() -- cgit v1.2.3