summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_route_aggregation
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_route_aggregation')
-rw-r--r--tests/topotests/bgp_route_aggregation/test_bgp_aggregation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_route_aggregation/test_bgp_aggregation.py b/tests/topotests/bgp_route_aggregation/test_bgp_aggregation.py
index d50d67b6..94bf092c 100644
--- a/tests/topotests/bgp_route_aggregation/test_bgp_aggregation.py
+++ b/tests/topotests/bgp_route_aggregation/test_bgp_aggregation.py
@@ -119,7 +119,7 @@ def setup_module(mod):
# Api call verify whether BGP is converged
ADDR_TYPES = check_address_types()
- for addr_type in ADDR_TYPES:
+ for _ in ADDR_TYPES:
BGP_CONVERGENCE = verify_bgp_convergence(tgen, topo)
assert BGP_CONVERGENCE is True, "setup_module :Failed \n Error:" " {}".format(
BGP_CONVERGENCE