-
Notifications
You must be signed in to change notification settings - Fork 770
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
[chassis] skip test_auto_techsupport.py for multi asic LC #8171
Merged
arlakshm
merged 2 commits into
sonic-net:master
from
arlakshm:arlakshm/github/skip_auto_tech
May 30, 2023
Merged
[chassis] skip test_auto_techsupport.py for multi asic LC #8171
arlakshm
merged 2 commits into
sonic-net:master
from
arlakshm:arlakshm/github/skip_auto_tech
May 30, 2023
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
Signed-off-by: Arvindsrinivasan Lakshminarasimhan <arlakshm@microsoft.com>
mlok-nokia
approved these changes
Apr 27, 2023
abdosi
previously approved these changes
May 8, 2023
mlok-nokia
previously approved these changes
May 9, 2023
…s_testing_latest' into arlakshm/internal-202205/chassis_testing_latest Signed-off-by: Arvindsrinivasan Lakshminarasimhan <arlakshm@microsoft.com>
abdosi
approved these changes
May 30, 2023
abdosi
approved these changes
May 30, 2023
wangxin
pushed a commit
that referenced
this pull request
May 31, 2023
What is the motivation for this PR? The show auto techsupport commands does not work for multi asic devices. skipping the test till the command failure is fix How did you do it? add a check to skip show_techsupport/test_auto_techsupport.py for multi asic cards. How did you verify/test it? show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_sanity SKIPPED [ 25%] show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_rate_limit_interval SKIPPED [ 50%] show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_max_limit[techsupport] SKIPPED [ 75%] show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_max_limit[core] SKIPPED [100%] ---------------------------------------------------------- generated xml file: /data/my_mgmt/tests/logs/tr.xml ---------------------------------------------------------- ======================================================================== short test summary info ======================================================================== SKIPPED [2] show_techsupport/test_auto_techsupport.py: auto techsupport on multi asic platforms doesnt work SKIPPED [2] show_techsupport/test_auto_techsupport.py:358: auto techsupport on multi asic platforms doesn't work Signed-off-by: Arvindsrinivasan Lakshminarasimhan <arlakshm@microsoft.com>
This is related to buffer profile changes from this PR: sonic-net/sonic-swss#2618. I believe the actual fix is to update the BUFFER_QUEUE YANG to account for the new key format. |
mrkcmo
pushed a commit
to Azarack/sonic-mgmt
that referenced
this pull request
Oct 3, 2023
) What is the motivation for this PR? The show auto techsupport commands does not work for multi asic devices. skipping the test till the command failure is fix How did you do it? add a check to skip show_techsupport/test_auto_techsupport.py for multi asic cards. How did you verify/test it? show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_sanity SKIPPED [ 25%] show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_rate_limit_interval SKIPPED [ 50%] show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_max_limit[techsupport] SKIPPED [ 75%] show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_max_limit[core] SKIPPED [100%] ---------------------------------------------------------- generated xml file: /data/my_mgmt/tests/logs/tr.xml ---------------------------------------------------------- ======================================================================== short test summary info ======================================================================== SKIPPED [2] show_techsupport/test_auto_techsupport.py: auto techsupport on multi asic platforms doesnt work SKIPPED [2] show_techsupport/test_auto_techsupport.py:358: auto techsupport on multi asic platforms doesn't work Signed-off-by: Arvindsrinivasan Lakshminarasimhan <arlakshm@microsoft.com>
AharonMalkin
pushed a commit
to AharonMalkin/sonic-mgmt
that referenced
this pull request
Jan 25, 2024
) What is the motivation for this PR? The show auto techsupport commands does not work for multi asic devices. skipping the test till the command failure is fix How did you do it? add a check to skip show_techsupport/test_auto_techsupport.py for multi asic cards. How did you verify/test it? show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_sanity SKIPPED [ 25%] show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_rate_limit_interval SKIPPED [ 50%] show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_max_limit[techsupport] SKIPPED [ 75%] show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_max_limit[core] SKIPPED [100%] ---------------------------------------------------------- generated xml file: /data/my_mgmt/tests/logs/tr.xml ---------------------------------------------------------- ======================================================================== short test summary info ======================================================================== SKIPPED [2] show_techsupport/test_auto_techsupport.py: auto techsupport on multi asic platforms doesnt work SKIPPED [2] show_techsupport/test_auto_techsupport.py:358: auto techsupport on multi asic platforms doesn't work Signed-off-by: Arvindsrinivasan Lakshminarasimhan <arlakshm@microsoft.com>
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:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
The show auto techsupport commands does not work for multi asic devices.
skipping the test till the command failure is fix
How did you do it?
add a check to skip s
how_techsupport/test_auto_techsupport.py
for multi asic cards.How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation