Skip to content

Commit 897f36c

Browse files
conditional_mark: Fix sorting on skip list
1 parent a46e4aa commit 897f36c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml

Lines changed: 15 additions & 15 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'] 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
#######################################
@@ -933,21 +948,6 @@ platform_tests/cli/test_show_platform.py::test_show_platform_syseeprom:
933948
- "hwsku in ['Celestica-DX010-C32']"
934949
- https://github.com/sonic-net/sonic-mgmt/issues/6518
935950

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-
951951
###############################################
952952
## counterpoll/test_counterpoll_watermark.py ##
953953
###############################################

0 commit comments

Comments
 (0)