Test.json 439 字节
Newer Older
Q
q00569459 已提交
1 2 3 4
{
    "description": "Configuration for powermgr thermal Tests",
    "driver": {
        "type": "JSUnitTest",
Y
yu.xu 已提交
5
        "test-timeout": "120000",
Q
q00569459 已提交
6
        "package": "com.example.mythermalapp",
Y
yu.xu 已提交
7
        "shell-timeout": "120000"
Q
q00569459 已提交
8 9 10 11 12 13 14 15 16 17 18 19
    },
    "kits": [
        {
            "test-file-name": [
                "ActsPowerMgrThermalTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}