mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 20:55:25 +00:00
![]() We have this pattern in this test: # Let's kill the interface on rt2 and see what happens with the RIB and BFD on rt1 tgen.gears["rt2"].link_enable("eth-rt1", enabled=False) # By default BFD provides a recovery time of 900ms plus jitter, so let's wait # initial 2 seconds to let the CI not suffer. topotest.sleep(2, 'Wait for BFD down notification') router_compare_json_output( "rt1", "show ip route ospf json", "step3/show_ip_route_rt2_down.ref", 1, 0 ) Under a heavy CI load, interface down events and then reacting to them may not actually happen within 2 seconds. Allow some more grace time in the test to ensure that we react to it in an appropriate manner. Signed-off-by: Donald Sharp <sharpd@nvidia.com> |
||
---|---|---|
.. | ||
bgpd | ||
helpers | ||
isisd | ||
lib | ||
ospf6d | ||
ospfd | ||
topotests | ||
zebra | ||
.gitignore | ||
Makefile | ||
pytest.ini | ||
runtests.py | ||
subdir.am |