]> git.puffer.fish Git - matthieu/frr.git/commit
tests: test_ospf_topo1.py ensure rib has time to converge
authorDonald Sharp <sharpd@nvidia.com>
Fri, 5 Nov 2021 00:31:37 +0000 (20:31 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 5 Nov 2021 10:42:38 +0000 (06:42 -0400)
commit56bce96682292aa712fbba0fe62bf4779f3b522d
tree7e3f18120492aaf022d68ae60d5c7827a218943c
parent95d2bed34b8037d33cbf23fd1bf215f98c4fb9d4
tests: test_ospf_topo1.py ensure rib has time to converge

The test does this:

a) shut link down
b) test for ospf convergence
c) ensure the route is installed

When under a heavily loaded system c) is not guaranteed
to happen quickly.  Give the system 10 extra seconds
to ensure it happens.

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