[debug dump util] Techsupport addition#1669
Merged
SuvarnaMeenakshi merged 7 commits intosonic-net:masterfrom Sep 7, 2021
Merged
[debug dump util] Techsupport addition#1669SuvarnaMeenakshi merged 7 commits intosonic-net:masterfrom
SuvarnaMeenakshi merged 7 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
This was referenced Jun 11, 2021
…o techsupport_addition
Contributor
Author
|
Request for 202106 |
Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
Contributor
Author
Changes in latest commit: made the collection of debug dump configurable in techsupport and is not enabled by default |
Collaborator
|
@SuvarnaMeenakshi can you approve and merge? |
Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
Contributor
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
@SuvarnaMeenakshi, Can you sign-off this pr? |
SuvarnaMeenakshi
pushed a commit
that referenced
this pull request
Nov 10, 2021
What I did Implemented vlan and vlan_member modules for debug dump utility. How I did it Used infrastructure and followed examples in #1666 #1667 #1668 #1669 #1670 How to verify it On switch: dump state vlan <vlan_name> dump state vlan_member '<vlan_name|<member_name>' Unit test: pytest-3 dump_tests/module_tests/vlan_test.py (same test file covers both vlan and vlan_member)
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.
Signed-off-by: Vivek Reddy Karri vkarri@nvidia.com
DEBUG DUMP UTIL PR SEQ: 4
NOTE: PLEASE MERGE #1668 BEFORE MERGING THIS
What I did
HLD for Dump Utility: HLD.
For More info on Tech Support Addition: TechSupport
How I did it
Module Names are retrieved by parsing the output of dump state --show command.
Eg:
How to verify it
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)