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