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 bec883c826e..db2bb1bdc9b 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 @@ -734,7 +734,7 @@ platform_tests/fwutil/test_fwutil.py::test_fwutil_auto: ####################################### platform_tests/mellanox: skip: - reason: "Mellanox platform tests only supported on Mellanox devices" + reason: "Mellanox platform tests only supported on Mellanox devices" conditions: - "asic_type not in ['mellanox']" @@ -804,7 +804,7 @@ platform_tests/test_reboot.py::test_fast_reboot: skip: reason: "Skip test_fast_reboot for m0/mx" conditions: - - "topo_name in ['m0', 'mx', 't1', 't2']" + - "topo_type in ['m0', 'mx', 't1', 't2']" xfail: reason: "case failed and waiting for fix" conditions: @@ -821,7 +821,7 @@ platform_tests/test_reboot.py::test_soft_reboot: skip: reason: "Skip test_soft_reboot for m0/mx" conditions: - - "topo_name in ['m0', 'mx']" + - "topo_type in ['m0', 'mx']" xfail: reason: "case failed and waiting for fix" conditions: @@ -832,7 +832,7 @@ platform_tests/test_reboot.py::test_warm_reboot: skip: reason: "Skip test_warm_reboot for m0/mx" conditions: - - "topo_name in ['m0', 'mx', 't1', 't2']" + - "topo_type in ['m0', 'mx', 't1', 't2']" xfail: reason: "case failed and waiting for fix" conditions: