Commit 4471339
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- tests/common/plugins/conditional_mark
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
964 | 964 | | |
965 | 965 | | |
966 | 966 | | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
967 | 974 | | |
968 | 975 | | |
969 | 976 | | |
| |||
0 commit comments