Test.json 693 字节
Newer Older
G
gBuda-Liu 已提交
1 2 3 4 5 6 7 8 9
{
    "description": "Configuration for enterprise device management Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "300000",
        "package": "ohos.edm.test",
        "shell-timeout": "60000"
    },
    "kits": [
C
caiminggang 已提交
10 11 12 13 14 15 16 17 18
        {
            "type": "ShellKit",
            "run-command": [
                "acm create -n edmuser -t normal"
            ],
            "teardown-command": [
                "acm delete -i 101"
            ]
        },
G
gBuda-Liu 已提交
19 20
        {
            "test-file-name": [
C
caiminggang 已提交
21 22
                "ActsEdmJsTest.hap",
                "edmJstest1.hap"
G
gBuda-Liu 已提交
23 24 25 26 27 28
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}