diff options
author | Y Bharath <y.bharath@samsung.com> | 2024-06-19 09:21:05 +0200 |
---|---|---|
committer | Y Bharath <y.bharath@samsung.com> | 2024-07-15 09:39:32 +0200 |
commit | 5b06a17715c63f7639640a97be338ace8fc76f79 (patch) | |
tree | 2846ad24816fde67523c45ca021d5ffe3e356f27 /tests/topotests/bgp_route_aggregation | |
parent | Merge pull request #16350 from raja-rajasekar/rajasekarr/table_id_for_2vrf_39... (diff) | |
download | frr-5b06a17715c63f7639640a97be338ace8fc76f79.tar.xz frr-5b06a17715c63f7639640a97be338ace8fc76f79.zip |
tests: Refactoring FRR test suites
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
Diffstat (limited to 'tests/topotests/bgp_route_aggregation')
-rw-r--r-- | tests/topotests/bgp_route_aggregation/test_bgp_aggregation.py | 2 |
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 d50d67b60..94bf092c7 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 |