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