提交 ef96124d 编写于 作者: O openharmony_ci 提交者: Gitee

!626 C++用例适配框架执行

Merge pull request !626 from 舒雄/master
...@@ -4,10 +4,7 @@ ...@@ -4,10 +4,7 @@
"push": [ "push": [
"ZoneUtiltest->/data/local/tmp/ZoneUtiltest" "ZoneUtiltest->/data/local/tmp/ZoneUtiltest"
], ],
"type": "PushKit", "type": "PushKit"
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
} }
], ],
"driver": { "driver": {
......
...@@ -4,10 +4,7 @@ ...@@ -4,10 +4,7 @@
"push": [ "push": [
"faultloggertest->/data/local/tmp/faultloggertest" "faultloggertest->/data/local/tmp/faultloggertest"
], ],
"type": "PushKit", "type": "PushKit"
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
} }
], ],
"driver": { "driver": {
......
...@@ -4,10 +4,7 @@ ...@@ -4,10 +4,7 @@
"push": [ "push": [
"hilogtest->/data/local/tmp/hilogtest" "hilogtest->/data/local/tmp/hilogtest"
], ],
"type": "PushKit", "type": "PushKit"
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
} }
], ],
"driver": { "driver": {
......
...@@ -4,10 +4,7 @@ ...@@ -4,10 +4,7 @@
"push": [ "push": [
"LibhilogCPPtest->/data/local/tmp/LibhilogCPPtest" "LibhilogCPPtest->/data/local/tmp/LibhilogCPPtest"
], ],
"type": "PushKit", "type": "PushKit"
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
} }
], ],
"driver": { "driver": {
......
...@@ -4,10 +4,7 @@ ...@@ -4,10 +4,7 @@
"push": [ "push": [
"libhilogCtest->/data/local/tmp/libhilogCtest" "libhilogCtest->/data/local/tmp/libhilogCtest"
], ],
"type": "PushKit", "type": "PushKit"
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
} }
], ],
"driver": { "driver": {
......
...@@ -4,10 +4,7 @@ ...@@ -4,10 +4,7 @@
"push": [ "push": [
"HiSysEventCPPTest->/data/local/tmp/HiSysEventCPPTest" "HiSysEventCPPTest->/data/local/tmp/HiSysEventCPPTest"
], ],
"type": "PushKit", "type": "PushKit"
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
} }
], ],
"driver": { "driver": {
......
...@@ -4,10 +4,7 @@ ...@@ -4,10 +4,7 @@
"push": [ "push": [
"ActsMediaCppStandardTest->/data/local/tmp/ActsMediaCppStandardTest" "ActsMediaCppStandardTest->/data/local/tmp/ActsMediaCppStandardTest"
], ],
"type": "PushKit", "type": "PushKit"
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
} }
], ],
"driver": { "driver": {
......
{ {
"description": "Config for hcpptest demo test cases",
"environment": [
{
"type": "device",
"label": "ipcamera"
}
],
"kits": [ "kits": [
{ {
"type": "MountKit", "push": [
"server": "NfsServer", "huks_standard_adapter->/data/local/tmp/huks_standard_adapter"
"mount": [ ],
{ "type": "PushKit"
"source": "testcases/security",
"target": "/test_root/security"
}
]
} }
], ],
"driver": { "driver": {
"type": "CppTestLite", "native-test-timeout": "120000",
"execute": "/test_root/security/ActsSecurityHuksstdtest.bin" "type": "CppTest",
} "module-name": "huks_standard_adapter",
"runtime-hint": "1s",
"native-test-device-path": "/data/local/tmp"
},
"description": "Configuration for huks_standard_adapter Tests"
} }
\ No newline at end of file
...@@ -31,7 +31,6 @@ _all_test_packages = [ ...@@ -31,7 +31,6 @@ _all_test_packages = [
"${ACTS_ROOT}/miscservices:miscservices", "${ACTS_ROOT}/miscservices:miscservices",
"${ACTS_ROOT}/powermgr:powermgr", "${ACTS_ROOT}/powermgr:powermgr",
"${ACTS_ROOT}/startup:startup", "${ACTS_ROOT}/startup:startup",
"${ACTS_ROOT}/sensors:sensors",
"${ACTS_ROOT}/distributeddatamgr:distributeddatamgr", "${ACTS_ROOT}/distributeddatamgr:distributeddatamgr",
# "${ACTS_ROOT}/distributedschedule:distributedschedule", # "${ACTS_ROOT}/distributedschedule:distributedschedule",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册