[ser test] refactoring Broadcom ser test and update TD3 parameters#3991
Merged
yxieca merged 3 commits intosonic-net:masterfrom Aug 10, 2021
Merged
[ser test] refactoring Broadcom ser test and update TD3 parameters#3991yxieca merged 3 commits intosonic-net:masterfrom
yxieca merged 3 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
- Re-organize timeout entries and unsupported entries into different bins so that they can be applied individually. - Improve thorough mode to learn ASIC limits and generate output to help program the skip list. - Learn memory entries that is slow in error injection and avoid them in regular tests. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
tahmed-dev
approved these changes
Aug 9, 2021
sujinmkang
approved these changes
Aug 9, 2021
vmittal-msft
pushed a commit
to vmittal-msft/sonic-mgmt
that referenced
this pull request
Sep 28, 2021
…onic-net#3991) What is the motivation for this PR? Broadcom SER test was failing on TD3 platform lately. It appears that SAI upgrade exposed/changed ser behavior. How did you do it? Refactor the ser test: Add more control parameters to test script ser_injector.py Categorize memory locations into: timeout, timeout_basic, slow_injection, unsupported. 'thorough' mode is new the learning mode, it will identify the memory entries that doesn't support SER test, also identify the entries that will take long time when injecting error. Avoid slow injection memory locations to improve test time. When avoiding these memory entries. thorough test time on TD3 reduced from 2-3 hours to 40 minutes. basic mode test is also consistently around 8-10 minutes. Update TD3 parameters. How did you verify/test it? Run test on TD3 platform: basic: 40 times, thorough (skipping slow injections): 10 times.
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…atically (#23424) #### Why I did it src/sonic-utilities ``` * 42b28bbf - (HEAD -> 202505, origin/202505) `vnet_route_check.py` should not report VNET routes in APP DB but not in STATE DB and ASIC DB as mismatches (sonic-net#3991) (3 hours ago) [mssonicbld] * f36ac95a - [show][config][plugin] add processing of ModuleNotFoundError with log_warning (sonic-net#3992) (3 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Broadcom SER test was failing on TD3 platform lately. It appears that SAI upgrade exposed/changed ser behavior.
How did you do it?
Refactor the ser test:
How did you verify/test it?
Run test on TD3 platform: basic: 40 times, thorough (skipping slow injections): 10 times.