{ "description": "Config for bundlenative test cases", "driver": { "module-name": "ActsBundleNativeTest", "native-test-timeout": "120000", "native-test-device-path": "/data/local/tmp", "runtime-hint": "1s", "type": "CppTest" }, "kits": [ { "post-push" : [ "chmod -R 777 /data/local/tmp/*" ], "push": [ "ActsBundleNativeTest->/data/local/tmp/ActsBundleNativeTest" ], "type": "PushKit" }, { "type": "ShellKit", "run-command": [ "remount", "mkdir /data/test" ] } ] }