1{ 2 "description": "Configuration for runtest", 3 "kits": [ 4 { 5 "push": [ 6 "runtest.tar.gz->/data/local/tmp" 7 ], 8 "type": "PushKit" 9 } 10 ], 11 "driver": { 12 "native-test-timeout": "120000", 13 "type": "ShellTest", 14 "module-name": "runtest.tar.gz", 15 "runtime-hint": "1s", 16 "native-test-device-path": "/data/local/tmp" 17 } 18} 19 20