mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-09 15:57:46 -04:00
03eee83377
Signed-off-by: Ma Feng <mafeng.ma@huawei.com>
20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"description": "Configuration for runtest",
|
|
"kits": [
|
|
{
|
|
"push": [
|
|
"runtest.tar.gz->/data/local/tmp"
|
|
],
|
|
"type": "PushKit"
|
|
}
|
|
],
|
|
"driver": {
|
|
"native-test-timeout": "120000",
|
|
"type": "ShellTest",
|
|
"module-name": "runtest.tar.gz",
|
|
"runtime-hint": "1s",
|
|
"native-test-device-path": "/data/local/tmp"
|
|
}
|
|
}
|
|
|