Test.json 561 字节
Newer Older
L
lwx1121892 已提交
1 2 3 4
{
    "description": "Configuration for audio manager Tests",
    "driver": {
        "type": "JSUnitTest",
L
lwx1121892 已提交
5
        "test-timeout": "1500000",
L
lwx1121892 已提交
6 7 8 9 10 11 12 13 14 15
        "package": "ohos.acts.multimedia.audio.audiorendererchangeInfo",
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsAudioRendererChangeInfoJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
J
jiyong_sd 已提交
16 17 18 19
        },
		{
            "type": "ShellKit",
            "run-command": [
Q
qinliwen 已提交
20

J
jiyong_sd 已提交
21
            ]
L
lwx1121892 已提交
22 23 24
        }
    ]
}