Test.json 728 字节
Newer Older
1
{
M
mali 已提交
2
    "description": "Configuration for camerastandard LongFocus Tests",
3 4 5
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "1000000",
M
mali 已提交
6
        "package": "com.open.harmony.multimedia.cameralftest",
7 8 9 10 11 12 13
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "type": "ShellKit",
            "run-command": [
                "touch /data/media/01.mp4",
T
tongtongdad 已提交
14 15
                "chmod -R 777 /data/media"
                
16 17
            ],
            "teardown-command":[
T
tongtongdad 已提交
18
               
19 20 21 22
            ]
        },
        {
            "test-file-name": [
M
mali 已提交
23
                "ActsCameraLongFocusETSTest.hap"
24 25 26 27 28 29
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}