]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Fix frequent ospfv3 basic functionality test failure
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 26 Aug 2024 20:06:35 +0000 (15:06 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 26 Aug 2024 21:35:37 +0000 (16:35 -0500)
commit0d745741c9d8e40ce70cec1c09159a388cd36b85
treee9b858d84bddb20df6c18eb4791c4064ebe623e4
parentf85dfb3f1a66c4e6085162451583e764e2c41a25
tests: Fix frequent ospfv3 basic functionality test failure

The dead timer is set to 4 seconds, while the hello interval is set to 6535.
This test will only pass of the platform is fast enough for ospfv3 to
converge in 4 seconds. These timers were already tested multiple time earlier.
This test should just make sure that the boundary value 65535 is configurable,

Other changes in this commit:
  - add sequence numbers to the dead intervals tests to make it easier to
    track test faliures.
  - swap the config order in one test to match order with all other tests.

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
tests/topotests/ospfv3_basic_functionality/test_ospfv3_single_area.py