Skip to content

Commit

Permalink
remove the 'multi_sad' from the upgrade sad test since it has duplica…
Browse files Browse the repository at this point in the history
…te with other sad types

multi_sad == sad_bgp + sad_lag
  • Loading branch information
nhe-NV committed Jan 6, 2025
1 parent 86a132e commit 069fd02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/upgrade_path/test_upgrade_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
def pytest_generate_tests(metafunc):
if "sad_case_type" in metafunc.fixturenames:
sad_cases = SAD_CASE_LIST
if "multi_sad" in sad_cases:
sad_cases.remove("multi_sad")
metafunc.parametrize("sad_case_type", sad_cases, scope="module")


Expand Down

0 comments on commit 069fd02

Please sign in to comment.