]> git.proxmox.com Git - mirror_frr.git/commit
tests: Ensure we wait 1 bgp timeout period before declaring failure
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 6 Sep 2019 12:46:27 +0000 (08:46 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 6 Sep 2019 12:46:27 +0000 (08:46 -0400)
commitdfff0ef449569374391ef04cab59c1d5b94e04d7
treeb94cf3af80b465a4be510da665b6062f080d4a1b
parenteef47e1ed188972d40356a4414a3e03718eb84f2
tests: Ensure we wait 1 bgp timeout period before declaring failure

The lib/bgp.py test code is bringing up neighbors and clearing them
to test that things are working appropriately.  The problem we have
is that we are only waiting 30 seconds for declaration of failure.
In a high load system packets can be lost and as such the initial
convergence may not happen.  Modify the test to wait for 1 retry
window test period before declaring failure.

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