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

[dualtor] Fix flakiness of route/test_static_route.py #14202

Merged
merged 4 commits into from
Sep 19, 2024

Commits on Aug 21, 2024

  1. [dualtor] Fix flakiness of route/test_static_route.py

    Fixes:
    1) Adding "setup_standby_ports_on_rand_unselected_tor" fixture to setup
       ports in standby mode in case of active-active topology. This is
       needed for packets not to go out of unexpected tor and cause test
       failures.
    2) Test is performing "config_reload", this can cause switchover (active
       to standy and viceversa). But rand_selected_dut should be in active
       state for traffic verification to pass, so after config_reload we
       need to toggle ports to rand_selected_dut.
    vkjammala-arista committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f3a1f00 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    16b4f8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5475ba8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    384550d View commit details
    Browse the repository at this point in the history