Test.json 926 字节
Newer Older
X
sington  
xuchenghua09 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
    "description": "Configuration for aceceshi Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
        "bundle-name": "com.singleusermodel.actssingleusertest",
        "module-name": "entry",
        "shell-timeout": "600000",
        "testcase-timeout": "10000"
    },
    "kits": [
        {
            "type": "ShellKit",
            "run-command": [
                "acm create -n 101 -t normal"
            ],
            "teardown-command":[
                "acm delete -i 101"
            ]
        },
        {
            "type": "PushKit",
            "push": [
C
chengxingzhen 已提交
24
                "ActsSystemSingletonFalseTest.hap->/system/ActsSystemSingletonFalseTest.hap"
X
sington  
xuchenghua09 已提交
25 26 27 28
            ]
        },
		{
            "test-file-name": [
C
chengxingzhen 已提交
29
                "ActsSystemSingletonFalseTest.hap"
X
sington  
xuchenghua09 已提交
30 31 32 33 34 35 36
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}