1{ 2 "description": "Config for avcodec ndk test cases", 3 "driver": { 4 "module-name": "ActsAVMuxerTest", 5 "native-test-timeout": "300000", 6 "native-test-device-path": "/data/local/tmp", 7 "runtime-hint": "1s", 8 "type": "CppTest" 9 }, 10 "kits": [ 11 { 12 "type": "PushKit", 13 "pre-push" : [ 14 "mount -o rw,remount /", 15 "mkdir -p /data/local/tmp/" 16 ], 17 "push": [ 18 "ActsAVMuxerTest->/data/local/tmp/ActsAVMuxerTest" 19 ] 20 }, 21 { 22 "type": "ShellKit", 23 "run-command": [ 24 "hilog -Q pidoff", 25 "chmod 777 -R /data/local/tmp" 26 ] 27 } 28 ] 29}