]> git.puffer.fish Git - mirror/frr.git/commit
tests: Wait for convergence first 7656/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 2 Dec 2020 12:26:33 +0000 (07:26 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 2 Dec 2020 12:26:33 +0000 (07:26 -0500)
commit16845ff4b05655e9e91a7c269e114b89d5604629
treec6a76aaa96bd38eae9c4bf08fee93505a422ba7a
parentb238167a9b2df075e83f75e3bf527c03ff9b000e
tests: Wait for convergence first

The test_bgp_multi_vrf_topo2.py script had a bunch
of places where it would change an interface status
or add delete routes that would affect bgp convergence
but it was never ensuring that convergence had happened
before the test verified the bgp rib.  I believe this
was leading to many intermittant ci failures in
testing for other PR's to be accepted.  Modify
the code to wait for bgp convergence if we just
made a change to the topology

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_multi_vrf_topo2/test_bgp_multi_vrf_topo2.py