From 40524396d805d7d17672fb36e3980c6a0c2123dd Mon Sep 17 00:00:00 2001 From: zhangrao Date: Fri, 18 Mar 2022 01:21:28 -0700 Subject: [PATCH] add config package name Signed-off-by: zhangrao --- ace/ace_ets_component_five/Test.json | 2 +- ace/ace_ets_component_four/Test.json | 2 +- ace/ace_ets_component_three/Test.json | 2 +- ace/ace_ets_component_two/Test.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ace/ace_ets_component_five/Test.json b/ace/ace_ets_component_five/Test.json index 78b36d7f3..e37451c0e 100755 --- a/ace/ace_ets_component_five/Test.json +++ b/ace/ace_ets_component_five/Test.json @@ -3,7 +3,7 @@ "driver": { "type": "JSUnitTest", "test-timeout": "600000", - "package": "com.open.harmony.acetest", + "package": "com.open.harmony.acetestfive", "shell-timeout": "60000" }, "kits": [ diff --git a/ace/ace_ets_component_four/Test.json b/ace/ace_ets_component_four/Test.json index 7e33ac017..4c6c61488 100755 --- a/ace/ace_ets_component_four/Test.json +++ b/ace/ace_ets_component_four/Test.json @@ -3,7 +3,7 @@ "driver": { "type": "JSUnitTest", "test-timeout": "600000", - "package": "com.open.harmony.acetest", + "package": "com.open.harmony.acetestfour", "shell-timeout": "60000" }, "kits": [ diff --git a/ace/ace_ets_component_three/Test.json b/ace/ace_ets_component_three/Test.json index b928c1a5e..7d5d93d09 100755 --- a/ace/ace_ets_component_three/Test.json +++ b/ace/ace_ets_component_three/Test.json @@ -3,7 +3,7 @@ "driver": { "type": "JSUnitTest", "test-timeout": "600000", - "package": "com.open.harmony.acetest", + "package": "com.open.harmony.acetestthree", "shell-timeout": "60000" }, "kits": [ diff --git a/ace/ace_ets_component_two/Test.json b/ace/ace_ets_component_two/Test.json index e792b3e20..714115fb1 100755 --- a/ace/ace_ets_component_two/Test.json +++ b/ace/ace_ets_component_two/Test.json @@ -3,7 +3,7 @@ "driver": { "type": "JSUnitTest", "test-timeout": "600000", - "package": "com.open.harmony.acetest", + "package": "com.open.harmony.acetesttwo", "shell-timeout": "60000" }, "kits": [ -- GitLab