Test.json 6.8 KB
Newer Older
T
tongtongdad 已提交
1 2 3 4
{
    "description": "Configuration for Image Tests",
    "driver": {
        "type": "JSUnitTest",
L
lwx1121892 已提交
5
        "test-timeout": "1500000",
T
tongtongdad 已提交
6 7 8 9
        "package": "ohos.acts.multimedia.image",
		"shell-timeout": "120000"
    },
    "kits": [
L
lwx1121892 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
		{
            "type": "PushKit",
            "pre-push": [
            ],
            "push": [
                "./resource/image/test.tiff ->/storage/media/100/local/files",
				"./resource/image/test.123 ->/storage/media/100/local/files",
				"./resource/image/test.bmp ->/storage/media/100/local/files",
                "./resource/image/test.png ->/storage/media/100/local/files",
				"./resource/image/test.gif ->/storage/media/100/local/files",
				"./resource/image/test.jpg ->/storage/media/100/local/files",
				"./resource/image/test_exif.jpg ->/storage/media/100/local/files",
				"./resource/image/moving_test.gif ->/storage/media/100/local/files"
            ]
        },
T
tongtongdad 已提交
25
   
T
tongtongdad 已提交
26 27 28
		{
            "type": "ShellKit",
            "run-command": [
Q
qlw 已提交
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
                "mkdir /storage/media/100/local/files/img",
				"cp /storage/media/100/local/files/test.tiff /storage/media/100/local/files/img/",
				"cp /storage/media/100/local/files/test.123 /storage/media/100/local/files/img/",
				"cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test0.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test1.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test2.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test3.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test4.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test5.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test6.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test7.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test8.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test9.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test10.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test11.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test12.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test13.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test14.bmp",
                "cp /storage/media/100/local/files/test.bmp /storage/media/100/local/files/img/test15.bmp",
				"cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test0.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test1.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test2.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test3.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test4.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test5.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test6.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test7.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test8.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test9.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test10.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test11.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test12.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test13.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test14.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test15.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test00.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test01.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test02.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test03.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test04.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test05.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test06.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test07.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test08.png",
                "cp /storage/media/100/local/files/test.png /storage/media/100/local/files/img/test09.png",
				"cp /storage/media/100/local/files/test.gif /storage/media/100/local/files/img/",
				"cp /storage/media/100/local/files/test.jpg /storage/media/100/local/files/img/",
                "cp /storage/media/100/local/files/test.jpg /storage/media/100/local/files/img/test0.jpg",
				"cp /storage/media/100/local/files/test_exif.jpg /storage/media/100/local/files/img/",
				"cp /storage/media/100/local/files/moving_test.gif /storage/media/100/local/files/img/",
T
tongtongdad 已提交
81
                "chmod -R 666 /data/media/*",
Q
qlw 已提交
82
                "chmod -R 666 /storage/media/100/local/files/img/*",
L
lwx1121892 已提交
83 84
				"killall com.ohos.medialibrary.MediaScannerAbilityA",
                "aa start  -a MediaScannerAbility -b com.ohos.medialibrary.MediaScannerAbilityA"
T
tongtongdad 已提交
85 86
            ],
            "teardown-command":[
T
tongtongdad 已提交
87 88 89
              
            ]
        },
L
lwx1121892 已提交
90
        
T
tongtongdad 已提交
91 92
        {
            "test-file-name": [
T
tongtongdad 已提交
93
                "ActsImageJsTest.hap"
T
tongtongdad 已提交
94 95 96 97 98
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
T
tongtongdad 已提交
99
    
T
tongtongdad 已提交
100
}