From b52312df3e185b01c2f3e2b08211084ca401da3a Mon Sep 17 00:00:00 2001 From: xuchenghua09 Date: Mon, 15 Aug 2022 15:33:43 +0800 Subject: [PATCH] update Signed-off-by: xuchenghua09 --- .../ThirdPartySpecifiedUserAction_101/Test.json | 4 ++++ .../ability_runtime/actsusers/ActsAmsUsersThirdTest/Test.json | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ability/ability_runtime/actsstartcomponenttest/ThirdPartySpecifiedUserAction_101/Test.json b/ability/ability_runtime/actsstartcomponenttest/ThirdPartySpecifiedUserAction_101/Test.json index b15f68dc9..7f30106a4 100755 --- a/ability/ability_runtime/actsstartcomponenttest/ThirdPartySpecifiedUserAction_101/Test.json +++ b/ability/ability_runtime/actsstartcomponenttest/ThirdPartySpecifiedUserAction_101/Test.json @@ -51,6 +51,10 @@ "type": "ShellKit", "run-command": [ "acm switch -i 101" + ], + "teardown-command":[ + "acm delete -i 101", + "acm delete -i 102" ] }, { diff --git a/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/Test.json b/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/Test.json index 32d68200f..2411ca9de 100644 --- a/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/Test.json +++ b/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/Test.json @@ -12,6 +12,9 @@ "run-command": [ "acm create -n user101 -t normal", "acm switch -i 101" + ], + "teardown-command":[ + "acm delete -i 101" ] }, { -- GitLab