aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-test
AgeCommit message (Collapse)Author
2018-03-28meta-ivi-test: Move in documentationOscar Andreasson
Documentation for using meta-ivi-test was previously held in the public wiki. Move the documentation into the meta-ivi-test layer to keep it version controlled together with the main code that it describes. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-03-27bluez5: Fix compilation for testOscar Andreasson
The PACKAGECONFIG to compile the bluez5-noinst-tools has changed with the latest bump of poky. This commit fixes the configuration. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14wayland-ivi-extension tests: Disable sanitizersOscar Andreasson
Our cross compilers lack the sanitizers options for our targets. This patch disables the compiler options which causes compilation errors. In the long run we should probably try and get the cross compiler compiled with sanitizers enabled. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14Audiomanager tests: Bumped to 7.6Oscar Andreasson
AM 7.6 was bumped and tests need to be bumped forward also. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14node-startup-controller: Add package nsm-dummyOscar Andreasson
The nsm-dummy package is not created. Let's create it. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14PCL: Remove patch applied upstreamOscar Andreasson
The 0001-memset-improperly-initialized-length-of-elements.patch was applied upstream in the persistence-client-library git repository. Remove the temporary patch and update the main persistence-client-library bb file to point to that GIT hash. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14pcl: Add patch for proper initialization:Oscar Andreasson
Some lengths for the memset calls are not properly initialized, this patch is temporarily added to this repo for the rocko release. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2017-08-30persistence-client-library: fix test scriptsYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-08-24persistence-administrator: fix test scriptO-0.2Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-08-24node-state-manager: fix test scriptYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26persistence-client-library: update to latest commitYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-07persistence-administrator: testscript fixO-0.1Yong-iL Joh
- use node-state-manger instead of nsm-dummy because nsm-dummy is dead when testing. Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16persistence-administrator: version up to 1.0.9Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16persistence-client-library: update to latest gitYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16persistence-common-object: update to latest gitYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16audiomanager: version up to 7.5Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16test-fw: add bash as RDEPENDSYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16node-startup-controller: resolve confliction of *.conf files of dbusYong-iL Joh
- use it if NSC's test runs Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-07capicxx-perf: build fixYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-19persistence-client-library: fix compile errorYong-iL Joh
| persistence_client_library_benchmark.c:86:23: error: conversion to 'long int' from 'long long int' may alter its value [-Werror=conversion] | durationInit += getNsDuration(&initStart, &initEnd); | ^~~~~~~~~~~~~ Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-14persistence-client-library: fix test scriptYong-iL Joh
- to test it, 1. mount persistent partition to /Data/mnt-c, /Data/mnt-wt 2. run node-state-manager 3. run pas daemon 4. install PAS_data.tar.gz if it ended with "... returned <<-1310719>>]", installation is failed. back to 2. if it ended with "... returned <<108>>]", go on. 5. run PCL test Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
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-09vsomeip: fix test scriptsYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08audiomanager: fix about "wrong" plugin directoryYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.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-25audiomanager: update to recent gitYong-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-09-23audiomanager: add version 7.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-08-29audiomanager: version up to 7.4Yong-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-08-25vsomeip: build fix for "QA Issue: package vsomeip-test contains bad RPATH"Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-08-24audiomanagerplugins: Remove capitalisation from AudioManagerPlugins ↵Yong-iL Joh
(meta-ivi-test) 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-21vsomeip: version 2.0.1Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-21AudioManagerPlugins: addedYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>