aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-test/recipes-extended
AgeCommit message (Collapse)Author
2017-04-13persistence-client-library: fix test script.N-1.0Yong-iL Joh
- do as told by Ingo Heurner Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-13persistence-administrator: minor fixYong-iL Joh
- place dummy file to right place Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-13persistence-client-library: modify test scriptYong-iL Joh
- install target is PAS_data.tar.gz, not Data_benchmark.tar.gz Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-03-22node-state-manager: fix test script.Yong-iL Joh
- no seg.fault during test - thanks Bogdan Popescu Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-22persistence-common-object_t: Fix typoGianpaolo Macario
Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
2017-02-20persistence-client-library_t: Fix typoGianpaolo Macario
Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
2017-02-08persistence-client-library: add more testsYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08meta-ivi-test: enable test of PAS.Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08node-health-monitor: update latest commitYong-iL Joh
- change SRC_URI to github.com/GENIVI - it adds a specification documentation only Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08Merge commit '82ad0c7481c5c0343049b1bf5872b163fd868fc1' into 12Yong-iL Joh
2017-02-02persistence-common-object: fix issue of seg. fault of PASYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-01meta-ivi-test: add space between option "EXTRA_OECONF"Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-01-25common-api-c++-dbus: add testYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-01-25common-api-test: build fix up for common-api-c++-3.1.10.4Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-10-06capicxx-perf: use https protocol to get source from github.comYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-09-23persistence-client-library: fix test scriptYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-09-23node-state-manager: fix test scriptYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-08-26test-fw: 2nd updateM-0.2Yong-iL Joh
- reduce messages when test is run in batch mode - add node-health-monitor, node-startup-controller, vsomeip Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-22test-fw: added (test framework)Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-21common-api: move capicxx-*-native_... from meta-ivi-test/ to meta-ivi/Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-21persistence-administrator: modify by test/pers_svc_test/test_infoYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-21persistence-client-library: update to latest (2016/3/30)Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-21node-state-manager: update to latest (2015/10/28)Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-01dlt-daemon: upgrade version to 2.15.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
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-04-15persistence-common-object: remove WARNING message of buildYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-29node-startup-controller: add test script to *-nsm-dummy packageL-1.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-18node-health-monitor: create *-test packageYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04node-state-manager: create *-test packageYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04dlt-daemon: create *-test packageYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.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>
2016-03-04persistence-common-object: move *-test package to meta-ivi-test layerYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04persistence-administrator: move *-test package to meta-ivi-test layerYong-iL Joh
Signes-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04persistence-client-library: move *-test package to meta-ivi-test layerYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>