From 7a5f1894146df9f899e5f52366bc29895df99e44 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:35:43 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- anta/tests/routing/bgp.py | 1 + 1 file changed, 1 insertion(+) 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.