From d00c4354c6cb5da5c2961dbe264cd0fecb362142 Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Wed, 26 Oct 2022 19:09:38 +0800 Subject: [PATCH] =?UTF-8?q?XTS=E6=97=A5=E5=BF=97=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- .../aacommand/AACommandPrintOneTest/Test.json | 8 -------- .../aacommand/AACommandPrintSyncTest/Test.json | 8 -------- ability/ability_runtime/abilitymontior/Test.json | 6 ------ .../actsappselector/actsappselectorpctest/Test.json | 6 +----- .../actsappselector/actsappselectortest/Test.json | 6 +----- .../non_concurrent/actsthirdappatest/Test.json | 6 +----- 6 files changed, 3 insertions(+), 37 deletions(-) diff --git a/ability/ability_runtime/aacommand/AACommandPrintOneTest/Test.json b/ability/ability_runtime/aacommand/AACommandPrintOneTest/Test.json index 01bf0c458..21cc721b0 100644 --- a/ability/ability_runtime/aacommand/AACommandPrintOneTest/Test.json +++ b/ability/ability_runtime/aacommand/AACommandPrintOneTest/Test.json @@ -8,14 +8,6 @@ "shell-timeout": "600000" }, "kits": [ - { - "type": "ShellKit", - "run-command": [ - " hilog -Q pidoff", - "hilog -Q domainoff", - "hilog -b D" - ] - }, { "test-file-name": [ "ActsAACommandPrintOneTest.hap", diff --git a/ability/ability_runtime/aacommand/AACommandPrintSyncTest/Test.json b/ability/ability_runtime/aacommand/AACommandPrintSyncTest/Test.json index 22ff5fbdd..95fa54de7 100644 --- a/ability/ability_runtime/aacommand/AACommandPrintSyncTest/Test.json +++ b/ability/ability_runtime/aacommand/AACommandPrintSyncTest/Test.json @@ -8,14 +8,6 @@ "shell-timeout": "600000" }, "kits": [ - { - "type": "ShellKit", - "run-command": [ - " hilog -Q pidoff", - "hilog -Q domainoff", - "hilog -b D" - ] - }, { "type": "PushKit", "push": [ diff --git a/ability/ability_runtime/abilitymontior/Test.json b/ability/ability_runtime/abilitymontior/Test.json index a42ff7e9a..71788e3e3 100644 --- a/ability/ability_runtime/abilitymontior/Test.json +++ b/ability/ability_runtime/abilitymontior/Test.json @@ -14,12 +14,6 @@ "ActsAbilityMonitorTest.hap" ], "type": "AppInstallKit", - "run-command": [ - " hilog -Q pidoff", - "hilog -Q domainoff", - "hilog -b D", - "hilog -r" - ], "cleanup-apps": true } ] diff --git a/ability/ability_runtime/actsappselector/actsappselectorpctest/Test.json b/ability/ability_runtime/actsappselector/actsappselectorpctest/Test.json index 2545f0107..84a922534 100644 --- a/ability/ability_runtime/actsappselector/actsappselectorpctest/Test.json +++ b/ability/ability_runtime/actsappselector/actsappselectorpctest/Test.json @@ -12,12 +12,8 @@ { "type": "ShellKit", "run-command": [ - "setenforce 0", "power-shell setmode 602", - "param set persist.ace.testmode.enabled 1", - "hilog -Q pidoff", - "hilog -Q domainoff", - "hilog -b D" + "param set persist.ace.testmode.enabled 1" ] }, { diff --git a/ability/ability_runtime/actsappselector/actsappselectortest/Test.json b/ability/ability_runtime/actsappselector/actsappselectortest/Test.json index dcac35748..b8eb7c671 100644 --- a/ability/ability_runtime/actsappselector/actsappselectortest/Test.json +++ b/ability/ability_runtime/actsappselector/actsappselectortest/Test.json @@ -12,12 +12,8 @@ { "type": "ShellKit", "run-command": [ - "setenforce 0", "power-shell setmode 602", - "param set persist.ace.testmode.enabled 1", - "hilog -Q pidoff", - "hilog -Q domainoff", - "hilog -b D" + "param set persist.ace.testmode.enabled 1" ] }, { diff --git a/ability/ability_runtime/non_concurrent/actsthirdappatest/Test.json b/ability/ability_runtime/non_concurrent/actsthirdappatest/Test.json index 2a55bbcf5..e8f26a5ec 100755 --- a/ability/ability_runtime/non_concurrent/actsthirdappatest/Test.json +++ b/ability/ability_runtime/non_concurrent/actsthirdappatest/Test.json @@ -11,11 +11,7 @@ { "type": "ShellKit", "run-command": [ - "setenforce 0", - "power-shell setmode 602", - "hilog -Q pidoff", - "hilog -Q domainoff", - "hilog -b D" + "power-shell setmode 602" ] }, { -- GitLab