Test.json 678 字节
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",
C
chenjiahuan 已提交
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 21 22
        },
		{
            "type": "ShellKit",
            "run-command": [
                "hilog -Q pidoff"
            ]
L
lwx1121892 已提交
23 24 25
        }
    ]
}