-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(anta.tests): Second round of cleaning up BGP tests module #914
base: main
Are you sure you want to change the base?
fix(anta.tests): Second round of cleaning up BGP tests module #914
Conversation
CodSpeed Performance ReportMerging #914 will not alter performanceComparing Summary
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
a27b153
to
b66f090
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
7a5f189
to
5ad4b4e
Compare
"'received_routes': {'192.0.254.31/32': 'Not found', '192.0.255.4/32': {'valid': False, 'active': False}}}}, " | ||
"'172.30.11.5': {'default': {'advertised_routes': {'192.0.254.31/32': 'Not found', '192.0.254.5/32': {'valid': True, 'active': False}}, " | ||
"'received_routes': {'192.0.254.3/32': {'valid': False, 'active': True}, '192.0.255.41/32': 'Not found'}}}}}" | ||
"Peer: 172.30.11.1 VRF: default Advertised route: 192.0.254.3/32 - Invalid/inactive; Valid: False, Active: True", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove Invalid/inactive since it's redundant:
"Peer: 172.30.11.1 VRF: default Advertised route: 192.0.254.3/32 - Invalid/inactive; Valid: False, Active: True", | |
"Peer: 172.30.11.1 VRF: default Advertised route: 192.0.254.3/32 - Valid: False, Active: True", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed. Thanks!
…yBgpRouteMaps, VerifyBGPPeerRouteLimit
for more information, see https://pre-commit.ci
c2cba1e
to
d48f57c
Compare
Quality Gate passedIssues Measures |
Description
Refactoring BGP tests module to address the following issues:
WARNING: NEED TO MERGE #888 BEFORE
To-do list: