add wide&deep test

This commit is contained in:
wuweikang 2020-09-16 18:47:22 +08:00
parent a04a58d373
commit 961f864545
1 changed files with 5 additions and 5 deletions

View File

@ -13,13 +13,13 @@
# limitations under the License.
# ============================================================================
import os
# import pytest
import pytest
# @pytest.mark.level0
# @pytest.mark.platform_x86_ascend_training
# @pytest.mark.platform_arm_ascend_training
# @pytest.mark.env_single
@pytest.mark.level0
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_arm_ascend_training
@pytest.mark.env_single
def test_wide_and_deep():
sh_path = os.path.split(os.path.realpath(__file__))[0]
ret = os.system(f"sh {sh_path}/run_wide_and_deep_auto_parallel.sh")