Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Fix frequent ospfv3 basic functionality test failure #16657

Merged
merged 1 commit into from
Aug 27, 2024

Commits on Aug 26, 2024

  1. 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>
    Jafaral committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0d74574 View commit details
    Browse the repository at this point in the history