Test.json 923 字节
Newer Older
M
mamingshuai 已提交
1 2 3
{
    "description": "Configuration for audio manager Tests",
    "driver": {
Q
qinliwen 已提交
4
        "type": "OHJSUnitTest",
L
lwx1121892 已提交
5
        "test-timeout": "1500000",
L
lwx1121892 已提交
6
        "testcase-timeout": "15000",
Q
qinliwen 已提交
7 8
        "bundle-name": "ohos.acts.multimedia.audio.audiomanager",
        "package-name": "ohos.acts.multimedia.audio.audiomanager",
S
shuxiong 已提交
9
        "shell-timeout": "60000"
M
mamingshuai 已提交
10 11 12 13
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
14
                "ActsAudioManagerJsTest.hap"
M
mamingshuai 已提交
15 16
            ],
            "type": "AppInstallKit",
L
lwx1121892 已提交
17
            "cleanup-apps": true
J
jiyong_sd 已提交
18 19 20 21
        },
		{
            "type": "ShellKit",
            "run-command": [
Q
qinliwen 已提交
22
                "hilog -Q pidoff",
Q
qinliwen 已提交
23
                "power-shell wakeup",
Q
qinliwen 已提交
24 25 26
                "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
                "power-shell setmode 602"
            ],
Q
qinliwen 已提交
27
            "teardown-command":[
Q
qinliwen 已提交
28
                "power-shell setmode 600"
J
jiyong_sd 已提交
29
            ]
M
mamingshuai 已提交
30 31 32
        }
    ]
}