1{ 2 "description": "Config for zlib test cases", 3 "driver": { 4 "module-name": "ActsZlibTest", 5 "native-test-timeout": "120000", 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 "ActsZlibTest->/data/local/tmp/ActsZlibTest" 17 ], 18 "type": "PushKit" 19 }, 20 { 21 "type": "ShellKit", 22 "run-command": [ 23 "remount", 24 "mkdir /data/test" 25 ] 26 } 27 ] 28}