summaryrefslogtreecommitdiff
path: root/ubuntu/ltp.yaml
AgeCommit message (Collapse)Author
2015-08-19ubuntu: ltp: fix out of disk space issueChase Qi
The current approach is download and install LTP in test folder, which causes the size of the folder is very big. Once the compressed size of the folder exceed the disk space available on master image, it will lead to result collection failure. Alternatively, we can download and install LTP under /opt/ltp directory. In this way, it addresses the out of disk space issue, and we only need compile and install LTP once for multiple LTP lava_test_shells in the same LAVA job. Change-Id: I5f5c37c38c2cbabb77c1a2227c5336a93cf872f2 Signed-off-by: Chase Qi <chase.qi@linaro.org> Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-08-19ubuntu: ltp: bump LTP version to 20150420Chase Qi
Change-Id: I9c0adcc2c9a582df7523a006b4ec9a952267bdd2 Signed-off-by: Chase Qi <chase.qi@linaro.org>
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>
2015-02-02ltp: dump up version to 20150119Naresh Kamboju
Change-Id: I30825f5b9041248ff6e4da549ebb8a3de70c85a8 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2014-10-29ltp: bump version to 20140828Milosz Wasilewski
Change-Id: If56a821f706fbefa7b93b9df8e11b8361c60779e Signed-off-by: Milosz Wasilewski <milosz.wasilewski@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: Fixed path problem on UbuntuMilosz Wasilewski
On Ubuntu LTP gets installed in the LAVA test execution directory. For this reason the ltpfixup.sh wasn't working correctly so far. It had the /opt/ltp path hardcoded. This patch fixes the issue. Change-Id: I4bd9389d63aea954b01e7162a4a0518aa2223750 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@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>
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-10-05ubuntu: move from bzr to git repositories, clean up descriptionsFathi Boudra
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-09-05ltp: bump to 20130904 releaseFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-02ltp: update to latest release (20130503)Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-05-24[LTP] change TINFO from unknown to skip to reduce verbosityTyler Baker
2013-05-24Add wget as a dependency for ltpTyler Baker
2013-02-22Update LTP to 20130109 release - tested on VExpressFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-02-08Cleanup all unwanted bits from ubuntu test definitions.Senthil Kumaran
2013-01-18Fix the pattern for LTP test definition and use LTP version 20120614 forSenthil Kumaran
testing, since that is the latest known version to work across boards as per fabo in IRC.
2013-01-18Add LTP test for ubuntu.Senthil Kumaran