From ef46d0ccd44884fbaab39f76cca7b0c28a0961f6 Mon Sep 17 00:00:00 2001 From: zhoujun62 Date: Wed, 26 Apr 2023 14:42:40 +0800 Subject: [PATCH] solve ActsFaApiCoverTest fail problem Signed-off-by: zhoujun62 --- .../faapicover/faapicoverhaptest/Test.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ability/ability_runtime/faapicover/faapicoverhaptest/Test.json b/ability/ability_runtime/faapicover/faapicoverhaptest/Test.json index feb6433a3..a8d55da57 100644 --- a/ability/ability_runtime/faapicover/faapicoverhaptest/Test.json +++ b/ability/ability_runtime/faapicover/faapicoverhaptest/Test.json @@ -16,6 +16,14 @@ ], "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" + ] } ] } -- GitLab