Test.json 1.2 KB
Newer Older
J
JH C 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
    "description": "Configuration for Image Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "300000",
        "package": "ohos.acts.multimedia.image.Exif",
		"shell-timeout": "120000"
    },
    "kits": [
		{
            "test-file-name": [
                "ActsImageExifJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
L
lwx1121892 已提交
18
            "type": "ShellKit",
J
JH C 已提交
19
            "run-command": [
L
lwx1121892 已提交
20 21 22 23 24
                "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.Exif/haps/entry/files/",
                "chmod -R 666 /data/app/el2/100/base/ohos.acts.multimedia.image.Exif/haps/entry/files/*"
            ],
            "teardown-command":[

J
JH C 已提交
25 26 27 28 29 30 31
            ]
        },
		{
            "type": "PushKit",
            "pre-push": [
            ],
            "push": [
L
lwx1121892 已提交
32 33
				"./resource/image/test_exif.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.Exif/haps/entry/files",
				"./resource/image/test_exif1.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.Exif/haps/entry/files"
J
JH C 已提交
34
            ]
L
lwx1121892 已提交
35 36 37 38
        },
        {
            "type": "ShellKit",
            "run-command": [
Q
qinliwen 已提交
39
                "hilog -Q pidoff"
L
lwx1121892 已提交
40
            ]
J
JH C 已提交
41 42 43 44
        }
    ]
    
}