summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_topo2/test_ospf_topo2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_topo2/test_ospf_topo2.py')
-rw-r--r--tests/topotests/ospf_topo2/test_ospf_topo2.py2
1 files changed, 1 insertions, 1 deletions
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()