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