Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2024
1 parent 5ad4b4e commit c2cba1e
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 @@ -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.
Expand Down

0 comments on commit c2cba1e

Please sign in to comment.