diff --git a/tests/route/test_duplicate_route.py b/tests/route/test_duplicate_route.py index 6e644ca173a..5e9d7a50185 100644 --- a/tests/route/test_duplicate_route.py +++ b/tests/route/test_duplicate_route.py @@ -92,18 +92,15 @@ def verify_expected_loganalyzer_logs( loganalyzer: Loganalyzer utility fixture """ expectRegex = [ - ] - ignoreRegex = [ - ".*ERR.* create failed, object already exists.*", - ".*ERR.* bulkCreate: Failed to create object.*", - ".*ERR.* api SAI_COMMON_API_BULK_CREATE failed in syncd mode.*", + ".*ERR.* meta_generic_validation_create: object key SAI_OBJECT_TYPE_ROUTE_ENTRY:.* already exists.*", + ".*ERR.* create_internal: create failed, object already exists, object type: SAI_OBJECT_TYPE_ROUTE_ENTRY.*", + ".*ERR.* meta_sai_validate_route_entry:.* already exists.*", + ".*ERR.* bulkCreate: Failed to create object with type.*", + ".*ERR.* SAI_COMMON_API_BULK_CREATE failed in syncd mode.*", ".*ERR.* flush_creating_entries: EntityBulker.flush create entries failed.*", - ".*ERR.* handleSaiFailure: Encountered failure in create operation.*", - ".*ERR.* Failed to add UC route .* Entry Already Exists.", - r".*ERR.* uc_route_set_async_pre_send_validate .* \[Entry Already Exists\].", - ".*ERR.* mlnx_create_route_async .* Entry Already Exists.", - ".*ERR.* object key SAI_OBJECT_TYPE_ROUTE_ENTRY:.* already exists.*", # TODO move to expectRegex - ".*ERR.* addRoutePost: Failed to create route.*", # TODO move to expectRegex + ".*ERR.* addRoutePost: Failed to create route.*", + ] + ignoreRegex = [ ] if loganalyzer: # Skip if loganalyzer is disabled