1{ 2 "description": "Configuration for audio manager Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "550000", 6 "shell-timeout": "60000", 7 "testcase-timeout": 60000, 8 "bundle-name": "ohos.acts.multimedia.audio.audiovoip", 9 "module-name": "entry_test" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsAudioVOIPJsTest.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 }, 19 { 20 "type": "ShellKit", 21 "run-command": [ 22 "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry_test/files", 23 "chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry_test", 24 "power-shell wakeup", 25 "uinput -T -m 300 2700 280 200", 26 "power-shell setmode 602" 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/audio/audioManager/StarWars10s-1C-44100-2SW.wav ->/data/app/el2/100/base/ohos.acts.multimedia.audio.audiovoip/haps/entry_test/files/" 38 ] 39 } 40 ] 41}