From: Lou Berger Date: Wed, 29 Aug 2018 19:28:13 +0000 (+0000) Subject: bgp_rfapi_basic_sanity_config2: allow for slow CI X-Git-Tag: frr-7.1-dev~151^2~14 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d1f4560e7d0e024ff1cfbdf229eca7adb2a8561a;p=matthieu%2Ffrr.git bgp_rfapi_basic_sanity_config2: allow for slow CI Signed-off-by: Lou Berger --- diff --git a/tests/topotests/bgp_rfapi_basic_sanity/scripts/adjacencies.py b/tests/topotests/bgp_rfapi_basic_sanity/scripts/adjacencies.py index 2ae71ed994..1f53791f6a 100644 --- a/tests/topotests/bgp_rfapi_basic_sanity/scripts/adjacencies.py +++ b/tests/topotests/bgp_rfapi_basic_sanity/scripts/adjacencies.py @@ -1,7 +1,7 @@ luCommand('r1','ping 2.2.2.2 -c 1',' 0. packet loss','wait','PE->P2 (loopback) ping',60) luCommand('r3','ping 2.2.2.2 -c 1',' 0. packet loss','wait','PE->P2 (loopback) ping',60) luCommand('r4','ping 2.2.2.2 -c 1',' 0. packet loss','wait','PE->P2 (loopback) ping',60) -luCommand('r2','vtysh -c "show bgp summary"',' 00:0.* 00:0.* 00:0','wait','Core adjacencies up') +luCommand('r2','vtysh -c "show bgp summary"',' 00:0.* 00:0.* 00:0','wait','Core adjacencies up',30) luCommand('r1','vtysh -c "show bgp vrf all summary"',' 00:0','pass','All adjacencies up') luCommand('r3','vtysh -c "show bgp vrf all summary"',' 00:0','pass','All adjacencies up') luCommand('r4','vtysh -c "show bgp vrf all summary"',' 00:0','pass','All adjacencies up')