1{ 2 "description": "Configuration for hilogtstest Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "ohos.acts.hiviewdfx.hilog.function.static", 7 "module-name": "entry", 8 "shell-timeout": "600000", 9 "testcase-timeout": "600000" 10 }, 11 "kits": [{ 12 "test-file-name": [ 13 "ActsHilogStaticTest.hap" 14 ], 15 "type": "AppInstallKit", 16 "cleanup-apps": true 17 },{ 18 "type": "ShellKit", 19 "run-command": [ 20 "power-shell wakeup", 21 "power-shell setmode 602", 22 "hilog -G 1024K", 23 "hilog -b X", 24 "hilog -b D -D 0x3200", 25 "hilog -b D -D 0xD003200", 26 "hilog -b D -D 0x64", 27 "hilog -b D -D 0xffff", 28 "hilog -b D -D 0xfffe", 29 "hilog -b D -D 0x0" 30 ], 31 "teardown-command": [ 32 "hilog -G 256K" 33 ] 34 }] 35}