{
"description": "Config for avcodec ndk test cases",
"driver": {
"module-name": "ActsAVMuxerTest",
"native-test-timeout": "300000",
"native-test-device-path": "/data/local/tmp",
"runtime-hint": "1s",
"type": "CppTest"
},
"kits": [
{
"type": "PushKit",
"pre-push" : [
"mount -o rw,remount /",
"mkdir -p /data/local/tmp/"
],
"push": [
"ActsAVMuxerTest->/data/local/tmp/ActsAVMuxerTest"
]
},
{
"type": "ShellKit",
"run-command": [
"hilog -Q pidoff",
"chmod 777 -R /data/local/tmp"
]
}
]
}