]> git.proxmox.com Git - mirror_frr.git/commit
tests: zebra_rib remove a sleep
authorDonald Sharp <sharpd@nvidia.com>
Thu, 19 Jan 2023 20:46:31 +0000 (15:46 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 31 Jan 2023 14:10:27 +0000 (09:10 -0500)
commit99b93e715c3746265d30b687f8f55731f2cf3146
tree24f734e45212d44af873736f3203e650a50e49e0
parentea768492f1499830292eec0a31b968e045d598f1
tests: zebra_rib remove a sleep

The test was sometimes failing around the sleep(4) for
waiting for the routes to be installed.  Instead of blindly
sleeping let's check to see that the routes are actually
there in zebra and then continue on.

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