From 4788fba29ad6b7b9893ba5b3b3ce7fe7cfd345a3 Mon Sep 17 00:00:00 2001 From: stormliang Date: Tue, 21 Mar 2023 14:11:00 +0000 Subject: [PATCH] to skip fast/warm reboot for non t0 device --- .../tests_mark_conditions_platform_tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: