-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reg: New Test Case of SAI VOQ Counter #16222
Open
vikshaw-Nokia
wants to merge
1
commit into
sonic-net:master
Choose a base branch
from
vikshaw-Nokia:voq_counter2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Closed
8 tasks
vikshaw-Nokia
force-pushed
the
voq_counter2
branch
from
December 30, 2024 18:03
103298e
to
71bdb85
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
vmittal-msft
reviewed
Jan 7, 2025
@@ -2277,6 +2277,13 @@ voq/test_fabric_reach.py: | |||
- "not any(i in platform for i in ['arista_7800', 'x86_64-nokia_ixr7250e'])" | |||
- "(asic_type in ['cisco-8000'])" | |||
|
|||
voq/test_voq_counter.py::test_voq_drop_counter: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated the issue with information on how to trigger this. Please try and let me know.
Please rebase as well. |
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
Summary:
Refer:#13926. Original PR with Comments
New Test Cases for SAI_SWITCH_STAT_PACKET_INTEGRITY_DROP counter in show dropcounter counts command and show SAI_QUEUE_STAT_CREDIT_WD_DELETED_PACKETS counters in show queue counter --voq command.
With Reference of sonic-net/sonic-utilities#3322
Type of change
Back port request
Approach
What is the motivation for this PR?
New Test Case for New SAI VOQ Counter
How did you do it?
For 'test_voq_queue_counter'.
Disabling the fabric port using BCMCMD causes the queue counters Credit-WD-Del/pkts to increase on VOQ0 for Ethernet-IBs
For
test_voq_drop_counter
.Please refer: #16140
How did you verify/test it?
Any platform specific information?
Verified on a T2 VOQ Chassis with dnx platform
Supported testbed topology if it's a new test case?
T2 VOQ Chassis
Documentation
Refer sonic-net/sonic-utilities#3322
Refer #13926