forked from mindspore-Ecosystem/mindspore
change test to level1
This commit is contained in:
parent
ff59947322
commit
2ee009e0df
|
@ -484,7 +484,7 @@ def test_dynamic_stack():
|
|||
comm_func(dynamic_range, input_shape, data_type, net)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_onecard
|
||||
|
@ -501,7 +501,7 @@ def test_dynamic_maxpool1():
|
|||
comm_func(dynamic_range, input_shape, data_type, net)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_onecard
|
||||
|
@ -518,7 +518,7 @@ def test_dynamic_maxpool2():
|
|||
comm_func(dynamic_range, input_shape, data_type, net)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_onecard
|
||||
|
@ -535,7 +535,7 @@ def test_dynamic_maxpool3():
|
|||
comm_func(dynamic_range, input_shape, data_type, net)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_onecard
|
||||
|
|
Loading…
Reference in New Issue