diff options
Diffstat (limited to 'tests/topotests/nb_config/test_nb_config.py')
-rw-r--r-- | tests/topotests/nb_config/test_nb_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/nb_config/test_nb_config.py b/tests/topotests/nb_config/test_nb_config.py index 9099ef10..09d6407d 100644 --- a/tests/topotests/nb_config/test_nb_config.py +++ b/tests/topotests/nb_config/test_nb_config.py @@ -30,7 +30,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() |