@@ -891,6 +891,21 @@ platform_tests/broadcom/test_ser.py:
891
891
conditions :
892
892
- " release in ['202412'] and 'Arista-7060X6' in hwsku"
893
893
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
+
894
909
# ######################################
895
910
# #### cli/test_show_platform.py #####
896
911
# ######################################
@@ -933,21 +948,6 @@ platform_tests/cli/test_show_platform.py::test_show_platform_syseeprom:
933
948
- " hwsku in ['Celestica-DX010-C32']"
934
949
- https://github.com/sonic-net/sonic-mgmt/issues/6518
935
950
936
- # #############################################
937
- # #### cli/test_show_chassis_modules.py #####
938
- # #############################################
939
- platform_tests/cli/test_show_chassis_modules.py::test_show_chassis_module_status :
940
- skip :
941
- reason : " Not supported on T2 single node topology"
942
- conditions :
943
- - " 't2_single_node' in topo_name"
944
-
945
- platform_tests/cli/test_show_chassis_modules.py::test_show_chassis_module_midplane_status :
946
- skip :
947
- reason : " Not supported on T2 single node topology"
948
- conditions :
949
- - " 't2_single_node' in topo_name"
950
-
951
951
# ##############################################
952
952
# # counterpoll/test_counterpoll_watermark.py ##
953
953
# ##############################################
0 commit comments