summaryrefslogtreecommitdiff
path: root/openembedded/ltp.yaml
AgeCommit message (Collapse)Author
2016-08-03openembedded: ltp: fix parse patternNaresh Kamboju
Current LTP test definitions do not parse skipped test cases. LTP test could exit with kernel config not enabled (CONF), which considered to be skipped testcases. With this patch LTP result parser will print PASS/FAIL/SKIP. Ref: Original patch prepared by Chase Qi ubuntu: ltp: fix parse pattern https://review.linaro.org/#/c/13412/ Change-Id: Ie31bed795ee121f88f4e7317bcda83f699b4a4ce Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-06-10Add support for LTP-DDT tests to existing ltp.yamlesla
Change-Id: If7696fed60bd2743cd7953b4cbbe6c4fc5c3aa76
2015-03-09LTP : ltpfixup: skipfile can be an URL from jsonNaresh Kamboju
ltp test definitions have been updated to accept skipfile from an open accessible location via URL as a parameter from LAVA json job file and still supports old implementation as a file from test-definitions NOTE: busybox wget may not work with https link so pefer to use http Change-Id: Idf9b93799326e4fc6650bded8396b15a48c63f3b Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2014-10-22LTP skipfile: adding LTP skipfileNaresh Kamboju
skipfile is a list of LTP test cases to be skipped from LTP full execution. The details about reason for skipping is also been described in skipfile. Change-Id: I8bb40a2b1e52b52125af5f0d8205f8c1a87067c0 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2014-06-09LTP: version bump to 20140422Milosz Wasilewski
Change-Id: I5cec6925013444d7e2a5b1dab2936b88d8affdba Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-05-21LTP: fixed result parsing when running each package separatelyMilosz Wasilewski
When running packages separately in the same LAVA job, results were concatenated. Now result files are stored in the test execution directory and are separate for each lava-test-shell. ltpfixup.sh script was moved to 'common' directory. Definition was unified between Ubuntu and OE. Change-Id: I43372b0d060d88f871407bc4b1b44c2cf94ef333 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-04-07ltp: bump version to 20140115 releaseFathi Boudra
Change-Id: Idf840fc862e80d3c3d362f41592c2778eba82643 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-01-25ltp: Improve parser & add testsMike Holmes
Change-Id: I67d91208ac0af9ba21bbf88db966e590746ee609
2013-12-11OE/ltp: parameterize cmdfilesAnders Roxell
Change-Id: Ifd4dd6213ff17b30624601bdb56230a4f845864a Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2013-10-17removed -oe suffix from test case namesMilosz Wasilewski
The -oe suffix was added to make docs generation easier. This change created some problems in existing reporting. Since docs problem can be solved differently -oe suffix is removed. Change-Id: Ia93a881350b12629fd7e51f68d27c6a6e90f09e8 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2013-10-14Update test definitions metadataMilosz Wasilewski
Added meta data to all test cases In some cases maintainer is assumed basing on git log Some data is still missing ubuntu rt-ltp and ltp-realtime are duplicate and rt-ltp will be removed Change-Id: I04bb1f96cf7682fb8050df12c7dc0fa04b4dea68
2013-09-05openembedde/ltp: add a wrapper script to ltp and parse result logAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-19Fix LTP test definition on OpenEmbeddedAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-15ltp.yaml: newly created OE tests.Anders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>