aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-test/recipes-extended/common-api
AgeCommit message (Collapse)Author
2016-06-17common-api: introduce native recipe for someipPavel Konopelko
Signed-off-by: Pavel Konopelko <pkonopel@visteon.com>
2016-06-17common-api: add capicxx-perf testPavel Konopelko
The test includes capicxx-server and capicxx-client applications that use Common API C++ to connect via D-Bus. The client invokes a method on the server, waits for the server to respond and repeats this sequence multiple times. The code generation is performed automatically as a build step and depends on capicxx-{core|dbus}-native recipes. The following transcript illustrates the usage: root@qemux86-64:~# dbus-run-session -- sh root@qemux86-64:~# capicxx-server & root@qemux86-64:~# Started capicxx-server capicxx-server heartbeat 1200s... root@qemux86-64:~# capicxx-client Started capicxx-client starting test... test completed message payload [bytes]: 0 sync messages sent: 10000 messages per [s]: 344.59 exiting capicxx-client root@qemux86-64:~# Signed-off-by: Pavel Konopelko <pkonopel@visteon.com>
2016-06-17common-api: introduce native recipes for core and dbusPavel Konopelko
These recipes fetch pre-built code generator binaries from Common API C++ update site and make them available in sysroot. The only pre-requisite for the build host is that it has Java Run-time Environment (JRE) installed. Signed-off-by: Pavel Konopelko <pkonopel@visteon.com>
2016-03-04common-api-test: move test binaries from /usr/bin to /opt/tests/${PN}/Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04common-api-test: move *-test package to meta-ivi-test layerYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>