1{ 2 "description": "Configuration for ActsAVCodecTest Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "shell-timeout": "600000", 7 "bundle-name": "com.multimedia.napitest", 8 "module-name": "entry_test" 9 }, 10 "kits": [ 11 { 12 "test-file-name": [ 13 "ActsAVCodecTest.hap", 14 "ActsAVCodecMainTest.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 }, 19 { 20 "type": "ShellKit", 21 "run-command": [ 22 "power-shell wakeup", 23 "power-shell setmode 602", 24 "mkdir -p /data/app/el2/100/base/com.multimedia.napitest/haps/entry_test/files", 25 "chmod 777 -R /data/app/el2/100/base/com.multimedia.napitest/haps/entry_test" 26 ] 27 }, 28 { 29 "type": "PushKit", 30 "pre-push": [], 31 "push": [ 32 "./resource/media/demo.mp4 ->/data/app/el2/100/base/com.multimedia.napitest/haps/entry_test/files/", 33 "./resource/media/demo1.mp4 ->/data/app/el2/100/base/com.multimedia.napitest/haps/entry_test/files/", 34 "./resource/media/codec/audio_decoder/aac_2c_44100hz_199k_lc.dat ->/data/app/el2/100/base/com.multimedia.napitest/haps/entry_test/files/" 35 ] 36 }, 37 { 38 "type": "ShellKit", 39 "run-command": [ 40 "mkdir -p /data/app/el2/100/base/com.multimedia.napitest/haps/entry_test/files", 41 "chmod 777 -R /data/app/el2/100/base/com.multimedia.napitest/haps/entry_test" 42 ] 43 } 44 ] 45} 46