Test.json 1.3 KB
Newer Older
J
jiyong_sd 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
    "description": "Configuration for Image Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "100000",
        "shell-timeout": "120000",
        "bundle-name": "ohos.acts.multimedia.image.Webp",
        "package-name": "ohos.acts.multimedia.image.Webp",
        "testcase-timeout": 60000
    },
    "kits": [
        {
            "test-file-name": [
                "ActsImageWebpJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
            "type": "ShellKit",
            "run-command": [
L
lwx1121892 已提交
22 23
                "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files/",
                "chmod -R 666 /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files/*"
J
jiyong_sd 已提交
24 25 26 27 28 29
            ],
            "teardown-command": []
        },
        {
            "type": "PushKit",
            "push": [
L
lwx1121892 已提交
30
                "./resource/image/test_large.webp ->/data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files"
J
jiyong_sd 已提交
31 32 33 34 35
            ]
        },
        {
            "type": "ShellKit",
            "run-command": [
F
fengzewu 已提交
36
                "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files/test_large.webp"
1
modify  
18742514821 已提交
37
            ]
J
jiyong_sd 已提交
38 39
        }
    ]
L
lxq 已提交
40
}