From fda05106cb81f37fc6bea3b1f3952188a88b8591 Mon Sep 17 00:00:00 2001 From: 15929983503 Date: Fri, 2 Jun 2023 12:16:54 +0800 Subject: [PATCH] hilogjs testjson commit Signed-off-by: 15929983503 --- hiviewdfx/hilogtest/hilogjstest/Test.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hiviewdfx/hilogtest/hilogjstest/Test.json b/hiviewdfx/hilogtest/hilogjstest/Test.json index 251e480db..cd37f51cf 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 -- GitLab