Skip to content

Commit dbb8d98

Browse files
Skip test_show_chassis_modules.py on T2 single node
T2 single node does not run chassisd and thus does not fill in the chassis module table.
1 parent d91cf74 commit dbb8d98

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,21 @@ platform_tests/cli/test_show_platform.py::test_show_platform_syseeprom:
929929
- "hwsku in ['Celestica-DX010-C32']"
930930
- https://github.com/sonic-net/sonic-mgmt/issues/6518
931931

932+
##############################################
933+
##### cli/test_show_chassis_modules.py #####
934+
##############################################
935+
platform_tests/cli/test_show_chassis_modules.py::test_show_chassis_module_status:
936+
skip:
937+
reason: "Not supported on T2 single node topology"
938+
conditions:
939+
- "'t2_single_node' in topo_name"
940+
941+
platform_tests/cli/test_show_chassis_modules.py::test_show_chassis_module_midplane_status:
942+
skip:
943+
reason: "Not supported on T2 single node topology"
944+
conditions:
945+
- "'t2_single_node' in topo_name"
946+
932947
###############################################
933948
## counterpoll/test_counterpoll_watermark.py ##
934949
###############################################

0 commit comments

Comments
 (0)