Skip to content

Commit d93baa0

Browse files
patrickmacarthurgshemesh2
authored andcommitted
Skip test_show_chassis_modules.py on T2 single node (sonic-net#19199)
Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
1 parent 97c9fbd commit d93baa0

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
@@ -891,6 +891,21 @@ platform_tests/broadcom/test_ser.py:
891891
conditions:
892892
- "release in ['202412','202503'] and 'Arista-7060X6' in hwsku"
893893

894+
##############################################
895+
##### cli/test_show_chassis_modules.py #####
896+
##############################################
897+
platform_tests/cli/test_show_chassis_modules.py::test_show_chassis_module_midplane_status:
898+
skip:
899+
reason: "Not supported on T2 single node topology"
900+
conditions:
901+
- "'t2_single_node' in topo_name"
902+
903+
platform_tests/cli/test_show_chassis_modules.py::test_show_chassis_module_status:
904+
skip:
905+
reason: "Not supported on T2 single node topology"
906+
conditions:
907+
- "'t2_single_node' in topo_name"
908+
894909
#######################################
895910
##### cli/test_show_platform.py #####
896911
#######################################

0 commit comments

Comments
 (0)