Skip to content
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

topotato: test_bgp_route_map_match_source_protocol.py #123

Open
wants to merge 2 commits into
base: topotato-base
Choose a base branch
from

Conversation

Chromico
Copy link

The staticd config runs and does not have any errors in the logs. However, it does not create the advertised route 10.10.10.10/32. Because of this bgp_check_advertised_routes_r2 won't pass.

bgp_check_advertised_routes_r3 works

Signed-off-by: Nathan Mangar <nathan@thundergear.io>
yield from AssertVtysh.make(
r1,
"bgpd",
f"show bgp ipv4 unicast neighbors {r3.iface_to('s1').ip4[0].ip} advertised-routes json",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r2 not r3 :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed :)

Signed-off-by: Nathan Mangar <nathan@thundergear.io>
@Chromico Chromico changed the title topotato: wip test_bgp_route_map_match_source_protocol.py topotato: test_bgp_route_map_match_source_protocol.py Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants