1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "100000",
6        "bundle-name": "com.example.thirdcalltest",
7        "module-name": "phone",
8        "shell-timeout": "60000",
9        "testcase-timeout": 100000
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsThirdCallTest.hap",
15                "ActsSystemAppCalleeARelyHap.hap",
16                "ActsThirdAppARelyHap.hap"
17            ],
18            "type": "AppInstallKit",
19            "cleanup-apps": true
20        },
21        {
22            "type": "ShellKit",
23            "run-command": [
24                "remount"
25            ]
26        }
27    ]
28}