]> git.puffer.fish Git - mirror/frr.git/commit
tests: Topotests are not giving sufficient time to propagate data 4680/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Jul 2019 18:40:31 +0000 (14:40 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Jul 2019 18:40:31 +0000 (14:40 -0400)
commit1d90adee9d16f14901a102763085a511baed5231
tree45d027d01b4f82ccca7179966eb439b95bb7d78b
parent84f4f72638d7f82fbbcb65599d8a27e7ef88bc8c
tests: Topotests are not giving sufficient time to propagate data

A bunch of our current tests setup data and redistribute
it across some bgp connections and then test for it
being there.  A delay of 2 seconds that was initially
there to ensure that the data has propagated does not
actually work all the time when you have a loaded
virtualized environment.

Make the sleep 10 seconds.  I agree this is not the ideal
solution but I would rather get the damn tests up and running
again.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/lib/common_config.py