1{
2    "description": "Configuration for fileio Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "600000",
6        "bundle-name": "com.acts.fileio.test.server",
7        "package-name": "com.acts.fileio.test.server",
8        "testcase-timeout": "60000",
9        "shell-timeout": "600000"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "DctsFileioClientTest.hap"
15            ],
16            "type": "AppInstallKit",
17            "cleanup-apps": true
18        },
19        {
20            "type": "ShellKit",
21            "teardown-command": [
22                "rm -rf /mnt/hmdfs/100/account/merge_view/data/com.acts.fileio.test.server/*"
23            ]
24        }
25    ]
26}
27