mirror of
https://gitee.com/openharmony/xts_dcts
synced 2024-12-04 14:07:07 +00:00
19ab398cb2
Signed-off-by: yang-qibo <yangqibo1@huawei.com>
23 lines
494 B
JSON
23 lines
494 B
JSON
{
|
|
"description": "Configuration for rpc Tests",
|
|
"driver": {
|
|
"type": "OHJSUnitTest",
|
|
"test-timeout": "900000",
|
|
"shell-timeout": "900000",
|
|
"testcase-timeout": "60000",
|
|
"package-name": "com.ohos.rpctest",
|
|
"bundle-name": "com.ohos.rpctest"
|
|
|
|
},
|
|
"kits": [
|
|
{
|
|
"test-file-name": [
|
|
"DctsRpcHapTest.hap"
|
|
],
|
|
"type": "AppInstallKit",
|
|
"cleanup-apps": true
|
|
}
|
|
]
|
|
|
|
}
|