1{ 2 "description": "Config for DctsSoftBusTransFunTest test cases", 3 "driver": { 4 "module-name": "DctsSoftBusTransFunTest", 5 "native-test-timeout": "900000", 6 "native-test-device-path": "/data/local/tmp", 7 "runtime-hint": "1s", 8 "type": "CppTest" 9 }, 10 "kits": [ 11 { 12 "post-push" : [ 13 "chmod -R 777 /data/local/tmp/*" 14 ], 15 "push": [ 16 "DctsSoftBusTransFunTest->/data/local/tmp/DctsSoftBusTransFunTest" 17 ], 18 "type": "PushKit" 19 } 20 ] 21}