Skip to content

Commit f3fdd9c

Browse files
dhanasekar-aristagshemesh2
authored andcommitted
LogAnalyzer: Ignore a non-functional error thrown from Linkmgrd (sonic-net#19099)
What is the motivation for this PR? Loganalyzer was not aware of this newly introduced error message and was failing many of the tests. How did you do it? Added a regex pattern to ignore these errors. How did you verify/test it? By running sonic-mgmt tests. Signed-off-by: Guy Shemesh <[email protected]>
1 parent e5fd688 commit f3fdd9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ r, ".* ERR monit.*Expected containers not running: telemetry.*"
3131
r, ".* sonic systemd.* kdump-tools.service - Kernel crash dump capture service.*"
3232
r, ".* ERR swss#orchagent: :- getPort: Failed to get cached bridge port ID.*"
3333
r, ".* ERR syncd#syncd: .* SAI_API_PORT:brcm_sai_get_port_attribute:\d+ Error -2 processing port attribute ID: 17.*"
34+
r, ".* ERR mux#linkmgrd: MuxManager\.cpp:.*Unsupported link failure detection type for : software.*"
3435

3536
# Errors for config reload on broadcom platform on 202405
3637
r, ".* ERR syncd\d*#syncd.*_attribute_enum_values_capability.*count.*greater than capability-count 0.*"

0 commit comments

Comments
 (0)