Test.json 2.4 KB
Newer Older
W
weiyufeng 已提交
1 2 3
{
    "description": "Configuration for mediaLibrary Tests",
    "driver": {
C
caochuan 已提交
4 5 6 7 8 9
        "type": "OHJSUnitTest",
        "test-timeout": "180000",
        "bundle-name": "ohos.acts.multimedia.mediaLibrary",
        "module-name": "phone",
        "shell-timeout": "600000",
        "testcase-timeout": 70000
W
weiyufeng 已提交
10 11 12 13
    },
    "kits": [
        {
            "type": "ShellKit",
C
caochuan 已提交
14
            "pre-push": [],
W
weiyufeng 已提交
15 16 17 18
            "run-command": [
                "rm -rf /storage/media/100/local/files/*",
                "rm -rf /data/app/el2/100/database/com.ohos.medialibrary.medialibrarydata/*",
                "mkdir -pv /storage/media/100/local/files/{Pictures,Videos,Audios,Documents}",
C
caochuan 已提交
19 20 21 22
                "mkdir -p /storage/media/100/local/temp",
                "power-shell wakeup",
                "uinput  -T -d 300 600 -m 300 600 300 100 -u 300 100",
                "power-shell setmode 602"
W
weiyufeng 已提交
23 24 25 26
            ]
        },
        {
            "type": "PushKit",
C
caochuan 已提交
27
            "pre-push": [],
W
weiyufeng 已提交
28
            "push": [
C
caochuan 已提交
29 30 31 32
                "./resource/medialibrary/01.jpg ->/storage/media/100/local/temp",
                "./resource/medialibrary/01.mp3 ->/storage/media/100/local/temp",
                "./resource/medialibrary/01.mp4 ->/storage/media/100/local/temp",
                "./resource/medialibrary/01.dat ->/storage/media/100/local/temp"
W
weiyufeng 已提交
33 34 35 36 37 38
            ]
        },
        {
            "type": "ShellKit",
            "run-command": [
                "mkdir -pv /storage/media/100/local/files/Pictures/ImageInfo",
C
caochuan 已提交
39
                "mkdir -pv /storage/media/100/local/files/Audios/Static",
C
caochuan 已提交
40 41
                "cp /storage/media/100/local/temp/01.jpg /storage/media/100/local/files/Pictures/ImageInfo/01.jpg",
                "cp /storage/media/100/local/temp/01.mp3 /storage/media/100/local/files/Audios/Static/01.mp3",
W
weiyufeng 已提交
42 43 44 45
                "chmod -R 777 /storage/media/100/local/files/*",
                "chmod -R 777 /data/service/el2/100/hmdfs/account/files/*",
                "hilog -Q pidoff",
                "hilog -p off",
C
caochuan 已提交
46
                "hilog -b I",
C
caochuan 已提交
47
                "hilog -b D -D 0xD002B70",
Y
yangbo 已提交
48
                "scanner",
W
weiyufeng 已提交
49
                "sleep 10"
1
modify  
18742514821 已提交
50
            ],
C
caochuan 已提交
51 52 53
            "teardown-command": [
                "hilog -b X -D 0xD002B70",
                "power-shell setmode 600"
W
weiyufeng 已提交
54 55 56 57
            ]
        },
        {
            "test-file-name": [
C
caochuan 已提交
58
                "ActsMediaLibraryFileKeyTest.hap"
W
weiyufeng 已提交
59 60 61 62 63 64
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}