Test.json 1.1 KB
Newer Older
J
JH C 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
    "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
        },
        {
            "run-command": [
L
lwx1121892 已提交
19 20 21 22 23
                "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 已提交
24 25 26 27 28 29 30
            ]
        },
		{
            "type": "PushKit",
            "pre-push": [
            ],
            "push": [
L
lwx1121892 已提交
31 32
				"./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 已提交
33 34 35 36 37
            ]
        }
    ]
    
}