7dff1111创建于 2025年6月25日历史提交
{
    "description": "Configuration for avsession Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "900000",
        "shell-timeout": "900000",
        "testcase-timeout": "60000",
        "package-name": "com.acts.avsessionserver",
	    "bundle-name": "com.acts.avsessionserver"
    },
    "kits": [
        {
            "test-file-name": [
                "DctsAVSessionClientTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },{
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "power-shell setmode 602",
                "hidumper -s 3301 -a -t"
            ]
        }
    ]
    
}