From 505fc1bedff703a10f3d398c547f22b8b5b0b143 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Tue, 13 Mar 2018 13:24:09 +0100 Subject: [PATCH] bgp_vrf_netns: increase bgp convergence timer BGP convergence timer is increased from 90 seconds to 120 seconds. Signed-off-by: Philippe Guibert --- tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py b/tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py index 1cb7011310..21e02ed9a1 100755 --- a/tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py +++ b/tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py @@ -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 -- 2.39.5