Test.json 2.0 KB
Newer Older
1 2 3 4 5
{
    "description": "Configuration for video decoder Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "2000000",
6
        "package": "ohos.acts.multimedia.video.videodecoder",
7
        "shell-timeout": "60000"
8 9
    },
    "kits": [
10 11 12 13 14 15 16
        {
            "test-file-name": [
                "ActsVideoDecoderJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
17 18 19 20
        {
            "type": "ShellKit",
            "run-command": [
                "rm -rf /storage/media/100/local/files/*",
21 22
                "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.video.videodecoder/haps/entry/files/",
                "chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.video.videodecoder/haps/entry/files/"
23 24 25 26
            ],
            "teardown-command":[
            ]
        },
27
        {
28 29
            "type": "PushKit",
            "pre-push": [
30
            ],
31
            "push": [
32 33 34 35 36
                "./resource/media/es/out_1920_1080_30fps_3s.h264 ->/data/app/el2/100/base/ohos.acts.multimedia.video.videodecoder/haps/entry/files/",
                "./resource/media/es/h263_1408_1152.es ->/data/app/el2/100/base/ohos.acts.multimedia.video.videodecoder/haps/entry/files/",
                "./resource/media/es/MPEG2_720_480.es ->/data/app/el2/100/base/ohos.acts.multimedia.video.videodecoder/haps/entry/files/",
                "./resource/media/es/mpeg4_320_240.es ->/data/app/el2/100/base/ohos.acts.multimedia.video.videodecoder/haps/entry/files/",
                "./resource/media/es/out_320_240_10s.h264 ->/data/app/el2/100/base/ohos.acts.multimedia.video.videodecoder/haps/entry/files/"
37 38
            ]
        },
39
        {
40 41
            "type": "ShellKit",
            "run-command": [
42 43
                "chmod 777 -R /data/app/el2/100/base/ohos.acts.multimedia.video.videodecoder/haps/entry/files/",
                "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.video.videodecoder/haps/entry/files/*"
44
            ],
45
            "teardown-command":[
46 47 48
            ]
        }
    ]
49
}