1{ 2 "description": "NAPI Tests", 3 "driver": { 4 "native-test-timeout": "60000", 5 "type": "CppTest", 6 "module-name": "ActsHuksNAPITest", 7 "runtime-hint": "1s", 8 "native-test-device-path": "/data/local/tmp" 9 }, 10 "kits": [ 11 { 12 "push": [ 13 "ActsHuksNAPITest->/data/local/tmp/ActsHuksNAPITest" 14 ], 15 "type": "PushKit" 16 }, 17 { 18 "type": "ShellKit", 19 "run-command": [ 20 "hidumper -s 3301 -a -t", 21 "power-shell wakeup" 22 ] 23 } 24 ] 25}