未验证 提交 31dd4840 编写于 作者: O openharmony_ci 提交者: Gitee

!8561 arkXtest子系统名称调整为testfwk, 部件名调整为arkxtest. xts测试套调整

Merge pull request !8561 from 周柯/master
......@@ -15,7 +15,7 @@ import("//test/xts/tools/build/suite.gni")
_all_test_packages = [
"${ACTS_ROOT}/ai:ai",
"${ACTS_ROOT}/arkXtest:arkXtest",
"${ACTS_ROOT}/testfwk:testfwk",
"${ACTS_ROOT}/global:global",
"${ACTS_ROOT}/security:security",
"${ACTS_ROOT}/useriam:useriam",
......
......@@ -13,7 +13,7 @@
import("//build/ohos_var.gni")
group("arkXtest") {
group("testfwk") {
testonly = true
if (is_standard_system) {
deps = [
......
......@@ -20,10 +20,10 @@ ohos_js_hap_suite("ActsUiTest") {
":uitest_ets_resources",
]
ets2abc = true
certificate_profile = "//test/xts/acts/arkXtest/uitest/signature/auto_ohos_default_com.uitest.test.p7b"
certificate_profile = "//test/xts/acts/testfwk/uitest/signature/auto_ohos_default_com.uitest.test.p7b"
hap_name = "ActsUiTest"
part_name = "arkXtest"
subsystem_name = "arkXtest"
part_name = "arkxtest"
subsystem_name = "testfwk"
}
ohos_js_assets("uitest_ets_assets") {
......
......@@ -22,10 +22,10 @@ ohos_hap_assist_suite("ActsUiTestScene") {
ets2abc = true
js_build_mode = "debug"
testonly = true
certificate_profile = "//test/xts/acts/arkXtest/uitestScene/signature/auto_ohos_default_com.uitestScene.test.p7b"
certificate_profile = "//test/xts/acts/testfwk/uitestScene/signature/auto_ohos_default_com.uitestScene.test.p7b"
hap_name = "ActsUiTestScene"
part_name = "arkXtest"
subsystem_name = "arkXtest"
part_name = "arkxtest"
subsystem_name = "testfwk"
}
ohos_js_assets("uitest_scene_ets_assets") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册