Skip to content
Closed
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
3 changes: 3 additions & 0 deletions tests/route/test_duplicate_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ def verify_expected_loganalyzer_logs(
".*ERR.* handleSaiFailure: Encountered failure in create operation.*",
".*ERR.* object key SAI_OBJECT_TYPE_ROUTE_ENTRY:.* already exists.*", # TODO move to expectRegex
".*ERR.* addRoutePost: Failed to create route.*", # TODO move to expectRegex
r".*ERR.* SAI_API_ROUTE:_brcm_sai_l3_route_config:\d+ L3 route add failed with error",
r".*ERR.* SAI_API_ROUTE:brcm_sai_xgs_route_create:\d+ L3 route add failed with error",
r".*ERR.* SAI_API_ROUTE:brcm_sai_create_route_entry:\d+ pd route create failed failed with error",
]
if loganalyzer:
# Skip if loganalyzer is disabled
Expand Down