From a7f776cf4f90a8137aa113aaf434eb1d9b0f4319 Mon Sep 17 00:00:00 2001 From: xinking129 Date: Mon, 14 Aug 2023 09:21:32 +0800 Subject: [PATCH] fix code about action xts Signed-off-by: xinking129 --- .../actsactionextensionabilitytest/Test.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/ability/ability_runtime/actsactionextensionability/actsactionextensionabilitytest/Test.json b/ability/ability_runtime/actsactionextensionability/actsactionextensionabilitytest/Test.json index 825ca732a..fa1d4804b 100644 --- a/ability/ability_runtime/actsactionextensionability/actsactionextensionabilitytest/Test.json +++ b/ability/ability_runtime/actsactionextensionability/actsactionextensionabilitytest/Test.json @@ -22,16 +22,12 @@ { "type": "ShellKit", "run-command": [ - "param set persist.sys.suspend_manager_enabled false", - "reboot", "power-shell wakeup", - "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", - "power-shell setmode 602" - ], - "teardown-command": [ - "param set persist.sys.suspend_manager_enabled true", - "power-shell setmode 601", - "reboot" + "power-shell setmode 602", + "hilog -Q pidoff", + "hilog -Q domainoff", + "hilog -b D", + "setenforce 0" ] } ] -- GitLab