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