]> git.puffer.fish Git - mirror/frr.git/commit
topotest: fix bgp-path-attributes-topology 4737/head
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 26 Jul 2019 20:32:48 +0000 (17:32 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 26 Jul 2019 20:35:45 +0000 (17:35 -0300)
commit5d45cea234b4275e5437f3b9729df0ea70226129
tree0feae657f407a14417a7d86e9ce86ec212de3b22
parent51e75ed2280cb5e3e1a4fcf98240c1f1eab24d9a
topotest: fix bgp-path-attributes-topology

The first RIB check wants to assert that we don't have the r7's routes
in r1, so right after that code the routers r2 and r3 are configured
then `verify_rib` is called again to check for those routes.

This test never passed, but it didn't cause failures because of the
`try`/`except`.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py