{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "180000", "bundle-name": "ohos.acts.multimedia.avplayer", "module-name": "phone", "shell-timeout": "1000000", "testcase-timeout": 300000 }, "kits": [ { "test-file-name": [ "ActsAVPlayerTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "remount", "mkdir /data/test" ] }, { "type": "PushKit", "push": [ "ActsAVPlayerTest.hap->/data/ActsAVPlayerTest.hap", "./resource/audio/H264_AAC.mp4 -> /data/app/el2/100/base/ohos.acts.multimedia.avplayer/haps/phone/files/" ] }, { "type": "ShellKit", "run-command": [ "chmod 644 /data/test/*.hap", "scanner", "param set persist.ace.testmode.enabled 1" ] } ] }