Browse Source

change the async dump testcase level to level1

tags/v1.5.0-rc1
yelihua 4 years ago
parent
commit
ca835a7d2d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/st/dump/test_data_dump.py

+ 1
- 1
tests/st/dump/test_data_dump.py View File

@@ -55,7 +55,7 @@ def change_current_dump_json(file_name, dump_path):
json.dump(data, f)


@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard


Loading…
Cancel
Save