Files
2022-03-17 11:40:27 +08:00

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