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 "param set persist.sys.hilog.debug.on true", 22 "service_control stop hilogd", 23 "service_control start hilogd" 24 ], 25 "teardown-command": [ 26 "param set persist.sys.hilog.debug.on false", 27 "service_control stop hilogd", 28 "service_control start hilogd" 29 ] 30 } 31 ] 32}