Skip to content

Commit d34a3d6

Browse files
lizhijianrdytzur1
authored andcommitted
[Arista] Ignore SRV6 ERR log on Arista platforms (sonic-net#20049)
What is the motivation for this PR? Ignore SRV6 ERR in loganalyzer. How did you do it? Ignore SRV6 ERR in loganalyzer. How did you verify/test it? Verified by testcase test_lldp_syncd.py on Arista-720DT Mx: Signed-off-by: Yael Tzur <[email protected]>
1 parent 7c04102 commit d34a3d6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@ r, ".*ERR swss\d*#orchagent:.*handlePortStatusChangeNotification: Failed to get
344344
# Ignore SAI_NEXT_HOP_GROUP_ATTR_TYPE unsupported
345345
r, ".* ERR swss#orchagent:.*queryAttributeEnumValuesCapability:.*returned value \d+ is not allowed on SAI_NEXT_HOP_GROUP_ATTR_TYPE"
346346

347+
# Ignore SRV6 error
348+
r, ".* ERR syncd#syncd: .* SAI_API_SRV6:_brcm_sai_srv6_config_get:\d+ SRV6 unsupported or not enabled on this device"
349+
r, ".* ERR syncd#syncd: .* SAI_API_SWITCH:sai_object_type_get_availability:\d+ availablity my_sid failed with error -2."
350+
347351
# https://github.com/sonic-net/sonic-buildimage/issues/22346
348352
r, ".* ERR hostcfgd: \['sonic-kdump-config'[^]]*\] - failed.*"
349353

0 commit comments

Comments
 (0)