xts_dcts/communication/dsoftbus/rpc/Test.json
yang-qibo 19ab398cb2 rpc服务适配stage模型
Signed-off-by: yang-qibo <yangqibo1@huawei.com>
2024-01-29 16:22:18 +08:00

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
}
]
}