Test.json 447 字节
Newer Older
1 2 3 4
{
    "description": "Configuration for storage file and fileio Tests",
    "driver": {
        "type": "JSUnitTest",
S
shuxiong 已提交
5
        "test-timeout": "60000",
6
        "package": "ohos.acts.stroage.fileio",
S
shuxiong 已提交
7
        "shell-timeout": "60000"
8 9 10 11 12 13 14 15 16 17 18
    },
    "kits": [
        {
            "test-file-name": [
                "storagefileiostabilityjstest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}