Loganalyzer fix for cisco platform Cisco-8102-28FH-DPU-O-T1#17263
Merged
bingwang-ms merged 4 commits intosonic-net:202405from Mar 4, 2025
Merged
Loganalyzer fix for cisco platform Cisco-8102-28FH-DPU-O-T1#17263bingwang-ms merged 4 commits intosonic-net:202405from
bingwang-ms merged 4 commits intosonic-net:202405from
Conversation
…This is needed for testcase platform_tests/api/test_watchdog.py
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
Please review and approve , This fix will resolve below two failures. |
bpar9
approved these changes
Mar 4, 2025
bingwang-ms
approved these changes
Mar 4, 2025
Contributor
|
@nnelluri-cisco do we need this in 202411 and master? |
Contributor
Author
|
Yes @prabhataravind |
Contributor
@nnelluri-cisco, could you create a PR for master and then we can add request labels to 202411 and 202505? |
10 tasks
Collaborator
|
feature branch can't take request label, will be handled in #19877 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Loganalyzer fix for cisco platform Cisco-8102-28FH-DPU-O-T1
Summary:Loganalyzer fix for cisco platform Cisco-8102-28FH-DPU-O-T1
Fixes # (issue)
Type of change
Back port request
Approach
added fix to loganalyzer_common_ignore.txt file.
What is the motivation for this PR?
202405 branch few tests were failing due to syslog error.
How did you do it?
added below changes to to the file
+++ b/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt
Fix:
+r, ".* ERR pmon#xcvrd:.CMIS:.no suitable app for the port appl."
+r, ". ERR kernel:.*ltc2497.*i2c transfer failed: -EFAULT"
How did you verify/test it?
ran below test cases:
drop_packets/test_drop_counters.py
iface_namingmode/test_iface_namingmode.py::TestConfigInterface::test_config_interface_speed
Any platform specific information?
Cisco-8102-28FH-DPU-O-T1
Supported testbed topology if it's a new test case?
t1-28-lag
Documentation