Skip to content

Commit

Permalink
addressed review comments: updated break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vitthalmagadum committed Dec 17, 2024
1 parent 2d05d7a commit eb6005f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions anta/tests/routing/bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ def test(self) -> None:
route_type = path.get("routeType", {})
if route_type.get("active") and route_type.get("valid"):
has_active_path = True
break
if not has_active_path:
bad_evpn_routes.extend(list(evpn_routes))

Expand Down

0 comments on commit eb6005f

Please sign in to comment.