mirror_frr/tests
Donald Sharp f786c3ee29 tests: BFD timing tests under system load need more leeway
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>
2021-10-13 14:12:51 -04:00
..
bgpd tests: Fix make check builds on some bsd variants 2021-09-15 21:10:24 -04:00
helpers lib: adapt to version 2 of libyang 2021-05-13 16:24:48 -04:00
isisd isisd: Fix sending of LSP with null seqno 2021-08-26 12:06:29 +02:00
lib Merge pull request #9715 from idryzhov/cleanup-number-named-acl 2021-10-13 10:00:43 +03:00
ospf6d ospf6d, tests: Prevent use after free 2020-10-11 11:16:44 -04:00
ospfd *: require semicolon after DEFINE_<typesafe...> 2021-03-17 06:18:39 +01:00
topotests tests: BFD timing tests under system load need more leeway 2021-10-13 14:12:51 -04:00
zebra tests: We follow strict prototyping rules 2021-09-09 06:33:12 -04:00
.gitignore tests/lib: add a simple prefix list query tool 2021-07-06 01:44:35 +02:00
Makefile build: non-recursive tests 2018-09-08 21:26:54 +02:00
pytest.ini tests: Exclude topotests from consideration 2018-11-27 20:22:10 -05:00
runtests.py *: reformat python files 2020-10-07 17:22:26 -04:00
subdir.am lib: skiplist: clean up level counter implementation 2021-09-21 17:03:53 -07:00