mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:50:26 +00:00
Merge pull request #4680 from donaldsharp/test_longer
tests: Topotests are not giving sufficient time to propagate data
This commit is contained in:
commit
974c214ba9
@ -1157,7 +1157,7 @@ def verify_rib(tgen, addr_type, dut, input_dict, next_hop=None, protocol=None):
|
|||||||
else:
|
else:
|
||||||
command = "show ipv6 route json"
|
command = "show ipv6 route json"
|
||||||
|
|
||||||
sleep(2)
|
sleep(10)
|
||||||
logger.info("Checking router %s RIB:", router)
|
logger.info("Checking router %s RIB:", router)
|
||||||
rib_routes_json = rnode.vtysh_cmd(command, isjson=True)
|
rib_routes_json = rnode.vtysh_cmd(command, isjson=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user