Test.json 505 字节
Newer Older
J
jiyong_sd 已提交
1 2 3
{
    "description": "Configuration for rpc Tests",
    "driver": {
Z
zhangpa2021 已提交
4
        "type": "OHJSUnitTest",
忘忧天涯 已提交
5
        "test-timeout": "600000",
Z
zhangpa2021 已提交
6 7 8 9 10
        "shell-timeout": "600000",
        "testcase-timeout": 60000,
        "bundle-name":"com.ohos.rpctest",
        "package-name": "com.ohos.rpctest"
        
J
jiyong_sd 已提交
11 12 13 14
    },
    "kits": [
        {
            "test-file-name": [
15
                "ActsRpcHapTest.hap"
J
jiyong_sd 已提交
16 17 18 19 20
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
Z
zhangpa2021 已提交
21 22 23 24




J
jiyong_sd 已提交
25
}