Test.json 711 字节
Newer Older
1
{
L
lwx1121892 已提交
2
    "description": "Configuration for camerastandard Tests",
3 4
    "driver": {
        "type": "JSUnitTest",
S
songchunpeng 已提交
5
        "test-timeout": "3000000",
L
lwx1121892 已提交
6
        "package": "com.open.harmony.multimedia.cameratest",
7 8 9 10 11 12
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "type": "ShellKit",
            "run-command": [
J
jiyong_sd 已提交
13
                "hilog -Q pidoff",
L
lwx1121892 已提交
14
                "rm -rf /storage/media/100/local/files/Videos/*"
15 16
            ],
            "teardown-command":[
T
tongtongdad 已提交
17
               
18 19 20 21
            ]
        },
        {
            "test-file-name": [
L
lwx1121892 已提交
22
                "ActsCameraStandardETSTest.hap"
23 24 25 26 27 28
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}