From cd378a3b4acc6819d31ff2d755342e6622b2c3d4 Mon Sep 17 00:00:00 2001 From: xinking129 Date: Sat, 22 Jul 2023 11:32:40 +0800 Subject: [PATCH] changeJson Signed-off-by: xinking129 --- ability/ability_runtime/actsforresult/maintest/Test.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ability/ability_runtime/actsforresult/maintest/Test.json b/ability/ability_runtime/actsforresult/maintest/Test.json index 71ccfe585..27299f3d2 100644 --- a/ability/ability_runtime/actsforresult/maintest/Test.json +++ b/ability/ability_runtime/actsforresult/maintest/Test.json @@ -22,8 +22,16 @@ { "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" ] } ] -- GitLab