[pytest] Add Option to Control Collect Techsupport#1755
Merged
tahmed-dev merged 3 commits intosonic-net:masterfrom Jun 18, 2020
Merged
[pytest] Add Option to Control Collect Techsupport#1755tahmed-dev merged 3 commits intosonic-net:masterfrom
tahmed-dev merged 3 commits intosonic-net:masterfrom
Conversation
daall
reviewed
Jun 15, 2020
Adding an option to disable techsupport collection from the command line. Default is disabled. signed-off-by: Tamer Ahmed <[email protected]>
8d550fa to
9149eea
Compare
daall
approved these changes
Jun 18, 2020
Contributor
daall
left a comment
There was a problem hiding this comment.
LGTM, probably just want to revise the PR title since the behavior has changed.
neethajohn
reviewed
Jun 18, 2020
neethajohn
approved these changes
Jun 18, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
sonic-swss 73f6f68 [Flex Counters] Delay flex counters even if tables are present in the DB (sonic-net#1877) 5edb9e5 [buffer orch] Bugfix: Don't query counter SAI_BUFFER_POOL_STAT_XOFF_ROOM_WATERMARK_BYTES on a pool where it is not supported (sonic-net#1857) fce0c60 [crm] Fix for Issue sonic-net/sonic-buildimage#8036 (sonic-net#1829) sonic-utilities 2630ac1 [Fast-reboot] Set flex counters delay indicator to prevent flex counters enablement after fast-reboot (sonic-net#1768) 606f1b1 [portstat pfcstat] Unify the packet number format in the output of portstat and pfcstat in all cases (sonic-net#1755) 2c6a15e [ecnconfig] Fix exception seen during display and add unit tests (#1784) 9b1995e Fix logic in RIF counters print (sonic-net#1732) sonic-swss-comon 3e7b81f Add a new field for FLEX_COUNTER_TABLE to indicate delay for flex counters (sonic-net#523)
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
Summary:
Adding an option to enable/disable techsupport collection from the command
line. Default is enabled.
signed-off-by: Tamer Ahmed [email protected]
Type of change
Approach
What is the motivation for this PR?
tech support takes long time and so we need an option to disable it.
How did you do it?
Added an option to disable the collection of the techsupport
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation