diff --git a/anta/tests/routing/bgp.py b/anta/tests/routing/bgp.py index 1cdcde3c5..3fa82d202 100644 --- a/anta/tests/routing/bgp.py +++ b/anta/tests/routing/bgp.py @@ -325,6 +325,7 @@ def test(self) -> None: if address_family.check_tcp_queues and (inq != 0 or outq != 0): self.result.is_failure(f"{address_family} Peer: {peer_ip} - Session has non-empty message queues; InQ: {inq}, OutQ: {outq}") + class VerifyBGPExchangedRoutes(AntaTest): """Verifies the advertised and received routes of BGP peers.