Test.json 903 字节
Newer Older
M
mamingshuai 已提交
1 2 3
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
J
jiyong 已提交
4 5
        "type": "JSUnitTest",
        "test-timeout": "180000",
S
shuxiong 已提交
6 7
        "package": "com.amsst.fwkdataaccessor",
        "shell-timeout": "60000"
M
mamingshuai 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
S
shuxiong 已提交
12
                "FWKDataAccessor.hap"
J
jiyong 已提交
13
               
M
mamingshuai 已提交
14 15 16
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
J
jiyong 已提交
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
        },
		{
            "type": "ShellKit",
            "run-command": [
                "remount",
                "mkdir /system/vendor"
            ]
        },
        {
            "type": "PushKit",
            "push": [
                  "amsStDataAbility.hap->/system/vendor/amsStDataAbility.hap"
            ]
            
        },
        {
            "type": "ShellKit",
            "run-command": [
                "chmod 644 /system/vendor/*.hap"
			]
		}
	]
}