]> git.puffer.fish Git - mirror/frr.git/commit
tests: Fix bgp_default_originate_topo1_3 16708/head
authorDonald Sharp <sharpd@nvidia.com>
Tue, 27 Aug 2024 21:08:38 +0000 (17:08 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 30 Aug 2024 20:34:12 +0000 (20:34 +0000)
commit26e60a0a899ca60227a3511133a43d5cc3fe1ca4
treeab5273f06e9af3090ec7d6eb90aa1384420dff63
parent6d7a869d8256dc0ebe1f990f1fed8030036dc789
tests: Fix bgp_default_originate_topo1_3

This test was killing bgp on r1 and r2
and then immediately testing that the
default route transitioned.  Unfortunately
the test was written that under load the
system might be in a bad state.  Let's
modify the code to check for a bgp version
change and then that the bgp state has
come back up

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 598d9a1f1744953924a1653715acb1964476766f)
tests/topotests/bgp_default_originate/test_bgp_default_originate_topo1_3.py