diff --git a/ability/ability_runtime/actsforresult/maintest/Test.json b/ability/ability_runtime/actsforresult/maintest/Test.json index 71ccfe585d3acaca1be452f8fa73e0c1795825d1..27299f3d211e97944c178d3b12346a6c868cc0e9 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" ] } ]