Skip to content

Commit fbbf992

Browse files
authored
Ignore SRV6 ERR log (sonic-net#633)
Temporary solution for tests failing from recent regression as a result of upgrading to a newer SAI. Original PR: sonic-net#20049
2 parents 3206be7 + f55d8a7 commit fbbf992

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ r, ".* ERR swss#orchagent:.*queryAttributeEnumValuesCapability:.*returned value
338338
# Ignore unsupported enumerated attribute
339339
r, ".*ERR swss#orchagent: :- queryAttributeEnumValuesCapability: returned value \d+ is not allowed on SAI_SWITCH_ATTR_.*_DEFAULT_HASH_ALGORITHM.*"
340340

341+
# Ignore SRV6 error
342+
r, ".* ERR syncd#syncd: .* SAI_API_SRV6:_brcm_sai_srv6_config_get:\d+ SRV6 unsupported or not enabled on this device"
343+
r, ".* ERR syncd#syncd: .* SAI_API_SWITCH:sai_object_type_get_availability:\d+ availablity my_sid failed with error -2."
344+
341345
# https://msazure.visualstudio.com/One/_workitems/edit/33479668
342346
r, ".* ERR syncd#syncd: :- process_on_fdb_event: invalid OIDs in fdb notifications, NOT translating and NOT storing in ASIC DB.*"
343347
r, ".* ERR syncd#syncd: :- process_on_fdb_event: FDB notification was not sent since it contain invalid OIDs.*"

0 commit comments

Comments
 (0)