diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml index 080685f5495..aa711922cef 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml @@ -869,7 +869,7 @@ platform_tests/api/test_watchdog.py: conditions_logical_operator: or conditions: - "asic_type in ['barefoot'] and hwsku in ['newport', 'montara'] or ('sw_to3200k' in hwsku)" - - "platform in ['x86_64-nokia_ixr7250e_sup-r0', 'x86_64-nokia_ixr7250e_36x400g-r0', 'x86_64-dell_s6000_s1220-r0']" + - "platform in ['x86_64-nokia_ixr7250e_sup-r0', 'x86_64-nokia_ixr7250e_36x400g-r0', 'x86_64-nokia_ixr7250_x3b-r0', 'x86_64-dell_s6000_s1220-r0']" - "asic_type in ['vs']" - "is_multi_asic==True and release in ['201911']" @@ -890,6 +890,12 @@ platform_tests/broadcom/test_ser.py: ####################################### ##### cli/test_show_platform.py ##### ####################################### +platform_tests/cli/test_show_chassis_module.py: + skip: + reason: "Skip modular chassis specific commands on disaggregated chassis" + conditions: + - "'t2_single_node' in topo_name" + platform_tests/cli/test_show_platform.py::test_show_platform_fan: skip: reason: "Unsupported platform API" @@ -1078,6 +1084,15 @@ platform_tests/test_advanced_reboot.py::test_warm_reboot_sad: - "asic_type in ['vs']" - "release in ['202412']" +####################################### +##### test_chassis_reboot.py ##### +####################################### +platform_tests/test_chassis_reboot.py: + skip: + reason: "Skip modular chassis specific test on disaggregated chassis" + conditions: + - "'t2_single_node' in topo_name" + ####################################### ##### test_cont_warm_reboot.py ##### #######################################