diff --git a/ability/ability_runtime/actscrosscall/actscrosscalltest/Test.json b/ability/ability_runtime/actscrosscall/actscrosscalltest/Test.json index a41bacb1e79dccceb9f1427793cda0c73ef0648b..17b16a653c871eff71c760213210a7467c80b3b3 100644 --- a/ability/ability_runtime/actscrosscall/actscrosscalltest/Test.json +++ b/ability/ability_runtime/actscrosscall/actscrosscalltest/Test.json @@ -8,7 +8,16 @@ "shell-timeout": "600000" }, "kits": [ - { + { + "type": "ShellKit", + "run-command": [ + "acm create -n user101 -t normal" + ], + "teardown-command": [ + "acm delete -i 101" + ] + }, + { "test-file-name": [ "ActsCrossCalleeRely.hap", "ActsCrossCallerNoPermissionRely.hap",