diff --git a/ability/ability_runtime/abilitymontior/Test.json b/ability/ability_runtime/abilitymontior/Test.json index 71788e3e309889b43ef1a881a16d0b61e32e785a..1940dc278079f6da895840351577a14913c8b1d4 100644 --- a/ability/ability_runtime/abilitymontior/Test.json +++ b/ability/ability_runtime/abilitymontior/Test.json @@ -15,7 +15,15 @@ ], "type": "AppInstallKit", "cleanup-apps": true - } + }, + { + "type": "ShellKit", + "run-command": [ + "power-shell wakeup", + "power-shell setmode 602", + "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100" + ] + } ] } diff --git a/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/Test.json b/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/Test.json index fd7b801213dc59a5a2285bd60b1be99700ca3345..6d931628a14cbc7374dc804ba2bd49e93f2e3355 100644 --- a/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/Test.json +++ b/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/Test.json @@ -14,7 +14,15 @@ ], "type": "AppInstallKit", "cleanup-apps": true - } + }, + { + "type": "ShellKit", + "run-command": [ + "power-shell wakeup", + "power-shell setmode 602", + "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100" + ] + } ] }