Test.json 514 字节
Newer Older
J
jiyong_sd 已提交
1 2 3 4 5 6 7
{
    "description": "Configuration for storage statfs Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "60000",
        "shell-timeout": "60000",
        "bundle-name": "ohos.acts.storage.statfs",
Q
qu-xianfei 已提交
8
        "package-name": "ohos.acts.storage.statfs_test"
J
jiyong_sd 已提交
9 10 11 12 13 14 15 16 17 18
    },
    "kits": [
        {
            "test-file-name": [
                "ActsStorageStatfsJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
19
}