summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_path_selection/test_bgp_path_selection.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_path_selection/test_bgp_path_selection.py')
-rw-r--r--tests/topotests/bgp_path_selection/test_bgp_path_selection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_path_selection/test_bgp_path_selection.py b/tests/topotests/bgp_path_selection/test_bgp_path_selection.py
index 30083b4de2..d486a87e9c 100644
--- a/tests/topotests/bgp_path_selection/test_bgp_path_selection.py
+++ b/tests/topotests/bgp_path_selection/test_bgp_path_selection.py
@@ -57,7 +57,7 @@ def setup_module(mod):
tgen.gears["r2"].cmd("ip address add dev vrf1 192.0.2.8/32")
tgen.gears["r3"].cmd("ip address add dev vrf1 192.0.2.8/32")
- for i, (rname, router) in enumerate(router_list.items(), 1):
+ for _, (rname, router) in enumerate(router_list.items(), 1):
router.load_config(
TopoRouter.RD_ZEBRA, os.path.join(CWD, "{}/zebra.conf".format(rname))
)