]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Wait for bgp convergence *after* we re-add the interfaces
authorDonald Sharp <sharpd@nvidia.com>
Fri, 8 Jan 2021 21:52:41 +0000 (16:52 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 9 Jan 2021 01:58:04 +0000 (20:58 -0500)
commit537e7e924130c315244fe1309ff57702c0d09fd8
tree53eaccbacb5f7e44e0f5d08cde88fb93336c488a
parentdc70c83afacac24c930b92e9d0c524172918ece2
tests: Wait for bgp convergence *after* we re-add the interfaces

In test_bgp_mutli_vrf_topo2.py it's clear that we remove then
re-add the vrf interfaces.  Then the test was immediately
checking to ensure that the routes were available.

BGP needs time to reconverge.  Let's ensure that first.

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