Test.json 720 字节
Newer Older
G
gBuda-Liu 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
{
    "description": "Configuration for enterprise device management Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "300000",
        "package": "ohos.edm.test",
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsEdmJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
            "type": "PushKit",
            "push": [
                "edmJstest1.hap->/data/edmJstest1.hap"
            ]
            
        },
        {
            "type": "ShellKit",
            "run-command": [
C
caiminggang 已提交
27
                "chmod 644 /data/*.hap"
G
gBuda-Liu 已提交
28 29 30 31
            ]
        }
    ]
}