1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "300000",
6        "bundle-name": "com.example.systemcalltest",
7        "module-name": "com.example.systemcalltest",
8        "shell-timeout": "600000",
9        "testcase-timeout": 70000
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsCallTestEntryTest.hap",
15                "ActsCallTestFeatureRelyHap.hap",
16                "ActsSystemAppCallerARelyHap.hap",
17                "ActsSystemAppCallerBRelyHap.hap",
18                "ActsSystemAppCallerCRelyHap.hap",
19                "ActsSystemAppCalleeARelyHap.hap",
20                "ActsThirdAppARelyHap.hap"
21            ],
22            "type": "AppInstallKit",
23            "cleanup-apps": true
24        },
25        {
26            "type": "ShellKit",
27            "run-command": [
28                "remount"
29            ]
30        }
31    ]
32}