From 78449afc4986d2436ddb043e5d1f8fea2cd67c3e Mon Sep 17 00:00:00 2001 From: TinaMengtingZhang Date: Mon, 7 Mar 2022 21:42:05 -0500 Subject: [PATCH] modify st level for stat dump --- tests/st/dump/test_data_dump.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/st/dump/test_data_dump.py b/tests/st/dump/test_data_dump.py index 97b222f9fdc..510ad142442 100644 --- a/tests/st/dump/test_data_dump.py +++ b/tests/st/dump/test_data_dump.py @@ -541,7 +541,7 @@ def test_stat_dump_nulls(): assert output['Max Value'] == 'null' assert output['Avg Value'] == 'null' -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_onecard @@ -573,7 +573,7 @@ def test_ascend_statistic_dump_kernel_by_kernel(): run_saved_data_dump_test('test_async_dump', 'statistic') del os.environ['GRAPH_OP_RUN'] -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_onecard @@ -587,7 +587,7 @@ def test_ascend_tensor_dump(): context.set_context(mode=context.GRAPH_MODE, device_target="Ascend") run_saved_data_dump_test('test_async_dump', 'tensor') -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_arm_ascend_training @pytest.mark.platform_x86_ascend_training @pytest.mark.env_onecard