7e3625fa创建于 2025年12月19日历史提交
{
    "description": "Configuration for fileio Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
        "bundle-name": "com.acts.fileio.test.server",
        "package-name": "com.acts.fileio.test.server",
        "testcase-timeout": "60000",
        "shell-timeout": "600000"
    },
    "kits": [
        {
            "test-file-name": [
                "DctsFileioClientTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },{
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "power-shell setmode 602",
                "hidumper -s 3301 -a -t"
            ]
        },
        {
            "type": "ShellKit",
            "teardown-command": [
                "rm -rf /mnt/hmdfs/100/account/merge_view/data/com.acts.fileio.test.server/*"
            ]
        }
    ]
}