1{ 2 "kits": [ 3 { 4 "push": [ 5 "HatsHdfLightServiceTest->/data/local/tmp/HatsHdfLightServiceTest" 6 ], 7 "type": "PushKit" 8 } 9 ], 10 "driver": { 11 "native-test-timeout": "120000", 12 "type": "CppTest", 13 "module-name": "HatsHdfLightServiceTest", 14 "runtime-hint": "1s", 15 "native-test-device-path": "/data/local/tmp" 16 }, 17 "description": "Configuration for HatsHdfLightServiceTest Tests" 18} 19 20{ 21 "kits": [ 22 { 23 "push": [ 24 "HatsHdfLightCommonTest->/data/local/tmp/HatsHdfLightCommonTest" 25 ], 26 "type": "PushKit" 27 } 28 ], 29 "driver": { 30 "native-test-timeout": "120000", 31 "type": "CppTest", 32 "module-name": "HatsHdfLightCommonTest", 33 "runtime-hint": "1s", 34 "native-test-device-path": "/data/local/tmp" 35 }, 36 "description": "Configuration for HatsHdfLightCommonTest Tests" 37}