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