1{ 2 "description": "Configuration for audio manager Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1500000", 6 "testcase-timeout": "50000", 7 "bundle-name": "ohos.acts.multimedia.audio.audiocapturer", 8 "package-name": "ohos.acts.multimedia.audio.audiocapturer", 9 "shell-timeout": "60000" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsAudioCapturerJsTest.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 }, 19 { 20 "type": "ShellKit", 21 "run-command": [ 22 "power-shell wakeup", 23 "uinput -T -m 300 2700 280 200", 24 "power-shell setmode 602", 25 "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry/files", 26 "chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry" 27 ], 28 "teardown-command":[ 29 "power-shell setmode 600" 30 ], 31 "cleanup-apps": true 32 }, 33 { 34 "type": "PushKit", 35 "pre-push": [], 36 "push": [ 37 "./resource/media/audioplayer/wav/pcm_48ksr_32kbr_2ch.wav ->/data/app/el2/100/base/ohos.acts.multimedia.audio.audiocapturer/haps/entry/files/" 38 ] 39 } 40 ] 41}