1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "270000",
6        "shell-timeout": "60000",
7        "bundle-name": "ohos.acts.hiviewdfx.hilogdomainoff.function",
8        "package-name": "ohos.acts.hiviewdfx.hilogdomainoff.function"
9    },
10    "kits": [
11        {
12            "test-file-name": [
13                "ActsHilogDomainOffJsTest.hap"
14            ],
15            "type": "AppInstallKit",
16            "cleanup-apps": true
17        },
18        {
19            "type": "ShellKit",
20            "run-command": [
21                "power-shell wakeup",
22                "power-shell setmode 602",
23                "param set persist.sys.hilog.debug.on true",
24                "service_control stop hilogd",
25                "service_control start hilogd"
26            ],
27            "teardown-command": [
28                "param set persist.sys.hilog.debug.on false",
29                "service_control stop hilogd",
30                "service_control start hilogd"
31            ]
32        }
33    ]
34}