提交 48b22e41 编写于 作者: O openharmony_ci 提交者: Gitee

!91 Gitee Review - OPEN_HARMONY

Merge pull request !91 from jiyong/OPEN_HARMONY
...@@ -12,17 +12,17 @@ ...@@ -12,17 +12,17 @@
"server": "NfsServer", "server": "NfsServer",
"mount": [ "mount": [
{ {
"source": "testcases/appexecfwk", "source": "testcases/aafwk",
"target": "/test_root/appexecfwk" "target": "/test_root/aafwk"
},{ },{
"source": "resource/appexecfwk", "source": "resource/aafwk",
"target": "/test_root/appexecfwk" "target": "/test_root/aafwk"
} }
] ]
} }
], ],
"driver": { "driver": {
"type": "CppTestLite", "type": "CppTestLite",
"execute": "/test_root/appexecfwk/ActsAbilityMgrTest.bin" "execute": "/test_root/aafwk/ActsAbilityMgrTest.bin"
} }
} }
\ No newline at end of file
...@@ -34,11 +34,11 @@ lite_component("acts_component") { ...@@ -34,11 +34,11 @@ lite_component("acts_component") {
"//test/xts/acts/communication_lite/lwip_hal:ActsLwipTest", "//test/xts/acts/communication_lite/lwip_hal:ActsLwipTest",
"//test/xts/acts/communication_lite/softbus_hal:ActsSoftBusTest", "//test/xts/acts/communication_lite/softbus_hal:ActsSoftBusTest",
"//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest", "//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest",
"//test/xts/acts/utils_lite/utilsfile_hal:ActsUtilsFileTest", "//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest",
"//test/xts/acts/utils_lite/parameter_hal:ActsParameterTest", "//test/xts/acts/startup_lite/syspara_hal:ActsParameterTest",
"//test/xts/acts/iot_hardware_lite/wifiiot_hal:ActsWifiIotTest", "//test/xts/acts/iot_hardware_lite/iot_controller_hal:ActsWifiIotTest",
"//test/xts/acts/kernel_lite/kernelcmsis_hal:ActsCMSISTest", "//test/xts/acts/kernel_lite/kernelcmsis_hal:ActsCMSISTest",
"//test/xts/acts/utils_lite/kvstore_hal:ActsKvStoreTest", "//test/xts/acts/utils_lite/kv_store_hal:ActsKvStoreTest",
"//test/xts/acts/security_lite/datahuks_hal:ActsSecurityDataTest", "//test/xts/acts/security_lite/datahuks_hal:ActsSecurityDataTest",
"//test/xts/acts/distributed_schedule_lite/samgr_hal:ActsSamgrTest", "//test/xts/acts/distributed_schedule_lite/samgr_hal:ActsSamgrTest",
...@@ -49,8 +49,8 @@ lite_component("acts_component") { ...@@ -49,8 +49,8 @@ lite_component("acts_component") {
all_features += [ all_features += [
"//test/xts/acts/kernel_lite:ActsKernelTest", "//test/xts/acts/kernel_lite:ActsKernelTest",
"//test/xts/acts/security_lite:securitytest", "//test/xts/acts/security_lite:securitytest",
"//test/xts/acts/utils_lite/kvstore_posix:ActsKvStoreTest", "//test/xts/acts/utils_lite/kv_store_posix:ActsKvStoreTest",
"//test/xts/acts/startup_lite/parameter_posix:ActsParameterTest", "//test/xts/acts/startup_lite/syspara_posix:ActsParameterTest",
"//test/xts/acts/startup_lite/bootstrap_posix:ActsBootstrapTest", "//test/xts/acts/startup_lite/bootstrap_posix:ActsBootstrapTest",
"//test/xts/acts/multimedia_lite/multimedia_posix/camera:ActsMediaCameraTest", "//test/xts/acts/multimedia_lite/multimedia_posix/camera:ActsMediaCameraTest",
"//test/xts/acts/open_posix_testsuite/conformance/interfaces:ActsOpenPosixTest", "//test/xts/acts/open_posix_testsuite/conformance/interfaces:ActsOpenPosixTest",
...@@ -64,8 +64,8 @@ lite_component("acts_component") { ...@@ -64,8 +64,8 @@ lite_component("acts_component") {
"//test/xts/acts/graphic_lite/graphic_utils:uikit_test1", "//test/xts/acts/graphic_lite/graphic_utils:uikit_test1",
"//test/xts/acts/graphic_lite/surface:uikit_test2", "//test/xts/acts/graphic_lite/surface:uikit_test2",
"//test/xts/acts/graphic_lite/ui:uikit_test3", "//test/xts/acts/graphic_lite/ui:uikit_test3",
"//test/xts/acts/appexecfwk_lite/bundlems_posix:ActsBundleMgrTest", "//test/xts/acts/appexecfwk_lite/bundle_mgr_posix:ActsBundleMgrTest",
"//test/xts/acts/appexecfwk_lite/abilityms_posix:ActsAbilityMgrTest", "//test/xts/acts/aafwk_lite/ability_posix:ActsAbilityMgrTest",
"//test/xts/acts/communication_lite/softbus_posix:ActsSoftBusTest", "//test/xts/acts/communication_lite/softbus_posix:ActsSoftBusTest",
"//test/xts/acts/communication_lite/lwip_posix:ActsLwipTest", "//test/xts/acts/communication_lite/lwip_posix:ActsLwipTest",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册