Skip to content

Commit

Permalink
[loganalyzer] Ignore pmon#stormond iSmart binary format ERR log (#16301)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
Due to known issue sonic-net/sonic-buildimage#21319, ignore the ERR logs in loganalyzer.

How did you do it?
Update loganalyzer ignore file.

How did you verify/test it?
Verified on Nokia-7215 DUT, confirmed testcase can ignore this ERR log.

Any platform specific information?
Fix for Marvell-Armhf platform.
  • Loading branch information
lizhijianrd authored and mssonicbld committed Jan 5, 2025
1 parent dfb0aa8 commit 1134b83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ r, ".* ERR dhcp_relay#dhcpmon.*Invalid number of interfaces, downlink/south 1, u

r, ".* ERR pmon#ycable.*Error: Could not get port instance for muxcable info for Y cable port Ethernet.*"
r, ".* ERR pmon#CCmisApi: :- checkReplyType: Expected to get redis type 0 got type 3, err: NON-STRING-REPLY*"
r, ".* ERR pmon#StorageCommon\[.*\]: \[Errno 8\] Exec format error: 'iSmart'"

# https://msazure.visualstudio.com/One/_workitems/edit/15012104
# TO BE REMOVED
Expand Down

0 comments on commit 1134b83

Please sign in to comment.