mirror of
https://gitee.com/openharmony/xts_dcts
synced 2024-11-27 09:50:32 +00:00
d6eadc3f81
Signed-off-by: bWX1145125 <bianjianliang1@huawei.com>
23 lines
506 B
JSON
23 lines
506 B
JSON
{
|
|
"description": "Config for disCamera test cases",
|
|
"driver": {
|
|
"module-name": "SubDctsdisCameraTest",
|
|
"native-test-timeout": "120000",
|
|
"native-test-device-path": "/data/local/tmp",
|
|
"runtime-hint": "1s",
|
|
"type": "CppTest"
|
|
},
|
|
"kits": [
|
|
{
|
|
"post-push" : [
|
|
"chmod -R 777 /data/local/tmp/*"
|
|
],
|
|
"push": [
|
|
"SubDctsdisCameraTest->/data/local/tmp/SubDctsdisCameraTest"
|
|
],
|
|
"type": "PushKit"
|
|
}
|
|
]
|
|
}
|
|
|