summaryrefslogtreecommitdiffstats
path: root/tests/topotests/key_sendaccept/test_keychain.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/key_sendaccept/test_keychain.py')
-rw-r--r--tests/topotests/key_sendaccept/test_keychain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/key_sendaccept/test_keychain.py b/tests/topotests/key_sendaccept/test_keychain.py
index b11d31b9..1d24c170 100644
--- a/tests/topotests/key_sendaccept/test_keychain.py
+++ b/tests/topotests/key_sendaccept/test_keychain.py
@@ -27,7 +27,7 @@ def tgen(request):
tgen.start_topology()
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()