提交 ccd4515c 编写于 作者: S shuxiong

C++用例适配框架执行

Signed-off-by: Nshuxiong <shuxiong@huawei.com>
上级 3c9e9888
......@@ -4,10 +4,7 @@
"push": [
"ZoneUtiltest->/data/local/tmp/ZoneUtiltest"
],
"type": "PushKit",
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
"type": "PushKit"
}
],
"driver": {
......
......@@ -4,10 +4,7 @@
"push": [
"faultloggertest->/data/local/tmp/faultloggertest"
],
"type": "PushKit",
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
"type": "PushKit"
}
],
"driver": {
......
......@@ -4,10 +4,7 @@
"push": [
"hilogtest->/data/local/tmp/hilogtest"
],
"type": "PushKit",
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
"type": "PushKit"
}
],
"driver": {
......
......@@ -4,10 +4,7 @@
"push": [
"LibhilogCPPtest->/data/local/tmp/LibhilogCPPtest"
],
"type": "PushKit",
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
"type": "PushKit"
}
],
"driver": {
......
......@@ -4,10 +4,7 @@
"push": [
"libhilogCtest->/data/local/tmp/libhilogCtest"
],
"type": "PushKit",
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
"type": "PushKit"
}
],
"driver": {
......
......@@ -4,10 +4,7 @@
"push": [
"HiSysEventCPPTest->/data/local/tmp/HiSysEventCPPTest"
],
"type": "PushKit",
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
"type": "PushKit"
}
],
"driver": {
......
......@@ -4,10 +4,7 @@
"push": [
"ActsMediaCppStandardTest->/data/local/tmp/ActsMediaCppStandardTest"
],
"type": "PushKit",
"post-push": [
"chmod -R 777 /data/local/tmp/*"
]
"type": "PushKit"
}
],
"driver": {
......
{
"description": "Config for hcpptest demo test cases",
"environment": [
{
"type": "device",
"label": "ipcamera"
}
],
"kits": [
{
"type": "MountKit",
"server": "NfsServer",
"mount": [
{
"source": "testcases/security",
"target": "/test_root/security"
}
]
"push": [
"huks_standard_adapter->/data/local/tmp/huks_standard_adapter"
],
"type": "PushKit"
}
],
"driver": {
"type": "CppTestLite",
"execute": "/test_root/security/ActsSecurityHuksstdtest.bin"
}
"native-test-timeout": "120000",
"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 = [
"${ACTS_ROOT}/miscservices:miscservices",
"${ACTS_ROOT}/powermgr:powermgr",
"${ACTS_ROOT}/startup:startup",
"${ACTS_ROOT}/sensors:sensors",
"${ACTS_ROOT}/distributeddatamgr:distributeddatamgr",
# "${ACTS_ROOT}/distributedschedule:distributedschedule",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册