未验证 提交 378e3ecf 编写于 作者: O openharmony_ci 提交者: Gitee

!4784 更新hiapp、hilogndk测试套名称

Merge pull request !4784 from chenxuihui/master
...@@ -16,12 +16,12 @@ group("hiviewdfxtestacts") { ...@@ -16,12 +16,12 @@ group("hiviewdfxtestacts") {
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"bytracetest:ActsBytraceJsTest", "bytracetest:ActsBytraceJsTest",
"hiappeventtest/hiappeventcpptest:HiAppEventCPPTest", "hiappeventtest/hiappeventcpptest:ActsHiAppEventCPPTest",
"hiappeventtest/hiappeventjstest:ActsHiAppeventTest", "hiappeventtest/hiappeventjstest:ActsHiAppeventTest",
"hicheckertest/hicheckerjstest:hicheckerjstest", "hicheckertest/hicheckerjstest:hicheckerjstest",
"hidebugtest/hidebugtestjstest:ActsHiDebugTest", "hidebugtest/hidebugtestjstest:ActsHiDebugTest",
"hilogtest/hilogjstest:ActsHilogJsTest", "hilogtest/hilogjstest:ActsHilogJsTest",
"hilogtest/hilogndktest:hilogndktest", "hilogtest/hilogndktest:ActsHilogndkTest",
"hisyseventtest/hisyseventjstest:ActsHiSysEventJsTest", "hisyseventtest/hisyseventjstest:ActsHiSysEventJsTest",
"hitracechainjstest:ActsHiTraceChainJsTest", "hitracechainjstest:ActsHiTraceChainJsTest",
"hitracechaintest:ActsHiTraceChainTest", "hitracechaintest:ActsHiTraceChainTest",
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
module_output_path = "hit/HiAppEventCPPTest" module_output_path = "hit/ActsHiAppEventCPPTest"
############################################################################### ###############################################################################
config("hilogtest_config") { config("hilogtest_config") {
...@@ -26,7 +26,7 @@ config("hilogtest_config") { ...@@ -26,7 +26,7 @@ config("hilogtest_config") {
"//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include", "//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include",
] ]
} }
ohos_moduletest_suite("HiAppEventCPPTest") { ohos_moduletest_suite("ActsHiAppEventCPPTest") {
module_out_path = module_output_path module_out_path = module_output_path
sources = [ "HiAppEventCPPTest.cpp" ] sources = [ "HiAppEventCPPTest.cpp" ]
deps = [ deps = [
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"kits": [ "kits": [
{ {
"push": [ "push": [
"HiAppEventCPPTest->/data/local/tmp/HiAppEventCPPTest" "ActsHiAppEventCPPTest->/data/local/tmp/ActsHiAppEventCPPTest"
], ],
"type": "PushKit" "type": "PushKit"
} }
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"driver": { "driver": {
"native-test-timeout": "120000", "native-test-timeout": "120000",
"type": "CppTest", "type": "CppTest",
"module-name": "HiAppEventCPPTest", "module-name": "ActsHiAppEventCPPTest",
"runtime-hint": "1s", "runtime-hint": "1s",
"native-test-device-path": "/data/local/tmp" "native-test-device-path": "/data/local/tmp"
}, },
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
module_output_path = "hits/hilogndktest" module_output_path = "hits/ActsHilogndkTest"
config("hilogndktest_config") { config("hilogndktest_config") {
visibility = [ ":*" ] visibility = [ ":*" ]
...@@ -21,7 +21,7 @@ config("hilogndktest_config") { ...@@ -21,7 +21,7 @@ config("hilogndktest_config") {
"//commonlibrary/c_utils/base/include/", "//commonlibrary/c_utils/base/include/",
] ]
} }
ohos_moduletest_suite("hilogndktest") { ohos_moduletest_suite("ActsHilogndkTest") {
module_out_path = module_output_path module_out_path = module_output_path
sources = [ "hilogndktest.cpp" ] sources = [ "hilogndktest.cpp" ]
deps = [ deps = [
......
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
"driver": { "driver": {
"type": "CppTest", "type": "CppTest",
"native-test-timeout": "120000", "native-test-timeout": "120000",
"module-name": "hilogndktest", "module-name": "ActsHilogndkTest",
"runtime-hint": "ls", "runtime-hint": "ls",
"native-test-device-path": "/data/local/tmp" "native-test-device-path": "/data/local/tmp"
}, },
"kits": [ "kits": [
{ {
"push": [ "push": [
"hilogndktest->/data/local/tmp/hilogndktest" "ActsHilogndkTest->/data/local/tmp/ActsHilogndkTest"
], ],
"type": "PushKit" "type": "PushKit"
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册