]> git.proxmox.com Git - mirror_frr.git/commit
tests: all_protocol_startup needs some tweaks to allow for processing
authorDonald Sharp <sharpd@nvidia.com>
Thu, 21 Oct 2021 14:21:40 +0000 (10:21 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 22 Oct 2021 15:28:31 +0000 (11:28 -0400)
commit9482d96e3f438d7d79a7272a65882190db7923d4
tree0ee956085d977400f1a217184d2f2d87d7eaa400
parent6d2edff594d23e8938c31a80ebd865be5f7ac1bc
tests: all_protocol_startup needs some tweaks to allow for processing

The nexthop group code is installing routes and nexthop groups
and immediately expecting zebra to have processed the results
as a result there is a situation when the CI system is under
intense load that the nexthop group might not have been processed.

Add a bit of code to allow the test to give FRR some time
to finish work before declaring it not working.

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