Add Console-Monitor-Test-Plan.md#22127
Merged
lizhijianrd merged 2 commits intoMay 9, 2026
Merged
Conversation
Signed-off-by: cliffchen <t-cliffchen+github@microsoft.com>
Collaborator
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
lizhijianrd
previously approved these changes
Jan 28, 2026
…prove clarity Signed-off-by: cliffchen <t-cliffchen+github@microsoft.com>
Collaborator
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…atically (sonic-net#22127) #### Why I did it src/sonic-utilities ``` * 3cfd9a68 - (HEAD -> 202411, origin/202411) Fixed the issues with sonic-clear queuecounter for egress queue and voq (sonic-net#3816) (10 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
yxieca
approved these changes
Mar 18, 2026
Collaborator
yxieca
left a comment
There was a problem hiding this comment.
AI agent on behalf of Ying. Reviewed; no issues found.
Collaborator
|
AI agent on behalf of Ying.\n\nReview note (non-blocking):\n- Only docs/ changes detected; per review rules I am not approving docs-only PRs.\n\n |
johanna-nexthop
pushed a commit
to nexthop-ai/sonic-mgmt
that referenced
this pull request
May 14, 2026
What is the motivation for this PR? Console Monitor is a new feature that provides link operational state detection between Console Server (DCE) and SONiC Switch (DTE) via serial ports. This PR adds the test plan to verify the feature's correct operation. How did you do it? Added test plan document covering: Functional tests (initial state, link up/unknown detection) Filter timeout and correctness tests Enable/disable toggle tests Performance tests (48-port scalability) How did you verify/test it? Documentation only - test plan document. Any platform specific information? Requires Console Switch hardware with serial ports. Supported testbed topology if it's a new test case? C0 --------- Signed-off-by: cliffchen <t-cliffchen+github@microsoft.com> Signed-off-by: Johanna Jegan <johanna@nexthop.ai>
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
Add test plan document for Console Monitor service, covering functional tests, filter tests, enable/disable toggle tests, and performance tests.
Type of change
Approach
What is the motivation for this PR?
Console Monitor is a new feature that provides link operational state detection between Console Server (DCE) and SONiC Switch (DTE) via serial ports. This PR adds the test plan to verify the feature's correct operation.
How did you do it?
Added test plan document covering:
How did you verify/test it?
Documentation only - test plan document.
Any platform specific information?
Requires Console Switch hardware with serial ports.
Supported testbed topology if it's a new test case?
C0
Documentation
Related HLD: sonic-net/SONiC#2178