1{ 2 "description": "Configuration for mediaLibrary Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "ohos.acts.multimedia.mediaLibrary", 7 "module-name": "phone", 8 "shell-timeout": "600000", 9 "testcase-timeout": 70000 10 }, 11 "kits": [ 12 { 13 "type": "ShellKit", 14 "pre-push": [], 15 "run-command": [ 16 "rm -rf /storage/media/100/local/files/Audios/*", 17 "rm -rf /storage/media/100/local/files/Camera/*", 18 "rm -rf /storage/media/100/local/files/Documents/*", 19 "rm -rf /storage/media/100/local/files/Download/*", 20 "rm -rf /storage/media/100/local/files/Pictures/*", 21 "rm -rf /storage/media/100/local/files/Videos/*", 22 "mkdir -p /storage/media/100/local/temp", 23 "param set persist.sys.suspend_manager_enabled 0", 24 "reboot", 25 "param set persist.ace.testmode.enabled 1", 26 "power-shell wakeup", 27 "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", 28 "power-shell setmode 602" 29 ] 30 }, 31 { 32 "type": "PushKit", 33 "pre-push": [], 34 "push": [ 35 "./resource/medialibrary/01.jpg ->/storage/media/100/local/temp", 36 "./resource/medialibrary/01.mp3 ->/storage/media/100/local/temp", 37 "./resource/medialibrary/01.mp4 ->/storage/media/100/local/temp" 38 ] 39 }, 40 { 41 "type": "ShellKit", 42 "run-command": [ 43 "mkdir -pv /storage/media/100/local/files/Pictures/Thumbnail", 44 "mkdir -pv /storage/media/100/local/files/Videos/Thumbnail", 45 "mkdir -pv /storage/media/100/local/files/Audios/Thumbnail", 46 "cp /storage/media/100/local/temp/01.jpg /storage/media/100/local/files/Pictures/Thumbnail", 47 "cp /storage/media/100/local/temp/01.mp3 /storage/media/100/local/files/Audios/Thumbnail", 48 "cp /storage/media/100/local/temp/01.mp4 /storage/media/100/local/files/Videos/Thumbnail", 49 "chmod -R 777 /storage/media/100/local/files/*", 50 "chmod -R 777 /data/service/el2/100/hmdfs/account/files/*", 51 "hilog -Q pidoff", 52 "hilog -p off", 53 "hilog -b I", 54 "hilog -b D -D 0xD002B70", 55 "scanner", 56 "sleep 10" 57 ], 58 "teardown-command": [ 59 "rm -rf /storage/media/100/local/files/Audios/*", 60 "rm -rf /storage/media/100/local/files/Camera/*", 61 "rm -rf /storage/media/100/local/files/Documents/*", 62 "rm -rf /storage/media/100/local/files/Download/*", 63 "rm -rf /storage/media/100/local/files/Pictures/*", 64 "rm -rf /storage/media/100/local/files/Videos/*", 65 "rm -rf /storage/media/100/local/temp", 66 "param set persist.sys.suspend_manager_enabled 1", 67 "reboot", 68 "hilog -b X -D 0xD002B70", 69 "power-shell setmode 600" 70 ] 71 }, 72 { 73 "test-file-name": [ 74 "ActsMediaLibraryGetThumbnailTest.hap" 75 ], 76 "type": "AppInstallKit", 77 "cleanup-apps": true 78 } 79 ] 80}