Skip to content

Commit 4471339

Browse files
authored
[chassis]skip test_auto_techsupport.py for multi asic LC (#8171)
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>
1 parent e690943 commit 4471339

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,13 @@ route/test_static_route.py::test_static_route_ecmp_ipv6:
964964
#######################################
965965
##### show_techsupport #####
966966
#######################################
967+
show_techsupport/test_auto_techsupport.py:
968+
skip:
969+
reason: "auto techsupport on multi asic platforms doesnt work"
970+
strict: True
971+
conditions:
972+
- (is_multi_asic==True)
973+
967974
show_techsupport/test_auto_techsupport.py::TestAutoTechSupport::test_sai_sdk_dump:
968975
skip:
969976
reason: "Test supported only on Nvidia(Mellanox) devices"

0 commit comments

Comments
 (0)