diff --git a/hiviewdfx/hilogtest/hilogjstest/Test.json b/hiviewdfx/hilogtest/hilogjstest/Test.json index 251e480db1f6c7c560399f12c24fbb1e1bd45132..cd37f51cf26a183153ecae4126231d655baea9e4 100755 --- a/hiviewdfx/hilogtest/hilogjstest/Test.json +++ b/hiviewdfx/hilogtest/hilogjstest/Test.json @@ -14,6 +14,17 @@ ], "type": "AppInstallKit", "cleanup-apps": true + }, + { + "type":"ShellKit", + "run-command":[ + "hilog -Q pidoff", + "hilog -Q domainoff" + ], + "teardown-command":[ + "hilog -Q pidon", + "hilog -Q domainon" + ] } ] } \ No newline at end of file