]> 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 17:02:58 +0000 (13:02 -0400)
commit5ba498905f0102e3a94087ee67bcc8d5a1edd5b9
treec6cc98fcd27e4dffe1dce81052ae95e2f9482454
parent81b96c6e95dc456294a899bc6a51fa94544b7ad9
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