Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2215,6 +2215,12 @@ route/test_default_route.py:
conditions:
- "'standalone' in topo_name"

route/test_duplicate_route.py:
skip:
reason: "Temporarily skip this test until swss submodule update on 202505"
conditions:
- "release in ['202505']"

route/test_route_flap.py:
skip:
reason: "Test case has issue on the t0-56-povlan and dualtor-64 topo. Does not apply to standalone topos."
Expand Down
1 change: 1 addition & 0 deletions tests/route/test_duplicate_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def verify_expected_loganalyzer_logs(
".*ERR.* meta_sai_validate_route_entry:.* already exists.*",
".*ERR.* status: SAI_STATUS_ITEM_ALREADY_EXISTS.*",
".*ERR.* addRoutePost: Failed to create route.*",
".*ERR.* handleSaiFailure: Encountered failure in create operation, SAI API: SAI_API_ROUTE.*",
]
if loganalyzer:
# Skip if loganalyzer is disabled
Expand Down
Loading