]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgp_vrf_netns: increase bgp convergence timer
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 13 Mar 2018 12:24:09 +0000 (13:24 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:13 +0000 (20:22 -0500)
BGP convergence timer is increased from 90 seconds to 120 seconds.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py

index 1cb70113105b3f1cb96eee30d2d08129cd4151ce..21e02ed9a15352b341403810626e748f7b77adfb 100755 (executable)
@@ -195,7 +195,7 @@ def test_bgp_convergence():
         output = router.vtysh_cmd('show bgp vrf r1-cust1 summary json', isjson=True)
         return topotest.json_cmp(output, expected)
 
-    _, res = topotest.run_and_expect(_convergence_test, None, count=90, wait=1)
+    _, res = topotest.run_and_expect(_convergence_test, None, count=120, wait=1)
     assertmsg = 'BGP router network did not converge'
     assert res is None, assertmsg