summaryrefslogtreecommitdiff
path: root/automated/linux/ltp
AgeCommit message (Collapse)Author
2017-07-06ltp.sh: runltp update argsNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-07-06LTP: LTP_TMPDIR fixupNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-07-05LTP: skipfile-lkft-hikey remove readahead02Naresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-07-05LTP: Create LTP temporary directoryNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-07-03linux: ltp: skipfile-lkft-hikeyNaresh Kamboju
Lets re-enable test cases which fixed on latest LTP and cherry-picked in OE build. - faccessat01 - fchmodat01 with reference to Bug 2963 - LTP: faccessat01 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 2573) Bug 2964 - LTP: fchmodat01: 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 2592) Change-Id: I121058d47ed110e315f88d3b5ab43616be543b84 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-06-23Skip ltp rwtest03 and rwtest04Dan Rue
Per https://bugs.linaro.org/show_bug.cgi?id=3068 Change-Id: I12fbb90d9248eea8aa2fd513359734026d53106e Signed-off-by: Dan Rue <dan.rue@linaro.org>
2017-06-21linux: ltp: install sudo for utimensat01 testChase Qi
This patch fixes the below error utimensat01 1 TBROK: can't read /etc/sudoers Change-Id: I8cfc8645007f38938d0e97aab6632ba84566813f Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-06-20linux: ltp: install genisoimage for isofs testChase Qi
Change-Id: I10749307b18e92a7414837c220393e2acf21a8b2 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-06-19linux: ltp: install quota to solve test dependencyChase Qi
* quota is required by quota_remount_test01 * cope with shellchecks Change-Id: Iac605a4d75d0652e305989511f1d7369603f8e9c Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-06-16Merge "linux: ltp: fix a typo"Milosz Wasilewski
2017-06-16linux: ltp: fix a typoChase Qi
Change-Id: Iee890456ab6190f48f79bcc815faec4b7780289a Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-06-16linux: ltp: skip oom01 on RPKChase Qi
oom01 tries to kill bash and python which are needed by our test script. Prevent it from doing so causes 'Kernel panic - not syncing: Out of memory and no killable processes...' The issue needs to be fixed from ltp. Refer to https://projects.linaro.org/browse/QA-1662 Change-Id: I16ab3ffc6aa7a9e356464c9f6be8ad633a344c8b Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-06-14lkft: ltp: skipfile-lkft-hikey: skip fchmodat01 and faccessat01Naresh Kamboju
With reference to bugs 2963 and 2964 Skip till build issue get fixed in OE build or upstream LTP - faccessat01 - fchmodat01 Change-Id: If2a961e3e78437e3cd1c6c71eaaab3ebe8f5ff49 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-06-08automated: ltp: Adding skipfile-lkft-hikeyNaresh Kamboju
LTP test cases which are not supported on LKFT HiKey Open Embedded build are listed in this file "skipfile-lkft-hikey" to skip Bugs: LTP: readahead02: readahead failed to save any I/O https://bugs.linaro.org/show_bug.cgi?id=2961 Linux-4.4: LTP: bind02: socket() failed: errno=EACCES(13): Permission denied https://bugs.linaro.org/show_bug.cgi?id=2962 msgctl10 and msgct11 tests overheats HiKey board due to large number of fork() calls and message queues read/writes. [RPB] LTP: msgctl10 fork failed https://bugs.linaro.org/show_bug.cgi?id=2355 fork13 -i 1000000 fork test case overheats Hikey board and goes auto reboots. fork13 is also a peformance test case so skip it. Change-Id: I218ec4b5bb3b6d5605969e65830b9cc4cd63510e Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-05-26automated/linux/ltp: renamed TIMEOUT variableMilosz Wasilewski
Change-Id: I021774e1f9581df05b69d026972ba50c201855fd Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2017-05-26automated: linux: ltp: increase timeout for slow machinesNaresh Kamboju
The default timeout is 5min per test case. Increase timeout for slow machines with the help of variable ${MINUTES_TO_TIMEOUT} from yaml file. Change-Id: Ibd4c022d15f203cc8eedca76ff754ab030f73391 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-05-17automated: linux: ltp: Bump LTP version to 20170516Naresh Kamboju
Change-Id: I67b1d174fd1a679fd90dee85710c10a8975e2ea0 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-02-18automated: use create_out_dir where appropriateDaniel Díaz
Change-Id: I10181a7d1ebc53491085d80d67f0cd8f9e43071d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-01-25automated: switch to using ID field for distroNicolas Dechesne
Let's standardadize all test cases to use lowercase distro ID field from /etc/os-release, instead of the 'pretty' (capitalized) name that we used so far. This is an invasive change, all test scripts were modified with this command: $ sed -i -e 's|Debian\(.*\))|debian\1)|g' \ -e 's|Ubuntu\(.*\))|ubuntu\1)|g' \ -e 's|CentOS\(.*\))|centos\1)|g' \ -e 's|Fedora\(.*\))|fedora\1)|g' \ -e 's|Unknown\(.*\))|unknown\1)|g' And the remaining instances were fixed manually. dist_name() function was updated to always report lowercase distro name. Also when /etc/os-release is not available and that we use lsb_release output, we convert the old capitalized name into the new lowercase ones. Change-Id: I1f1ce0932ab04476567f0338e902656470267a74 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-01-19automated: update LTP default version to 20170116Fathi Boudra
Change-Id: Ie5416e687b8f8b6fad95b24fec5abfe94d4d0424 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2017-01-19automated: Improve ltp testcase runNaresh Kamboju
LTP test definitions improved to support non package manager distributions. pipe0_status () function being used for runltp and get return status. Stop adding total number of test cases in LAVA results summary. Fixed shellcheck issues. Change-Id: I8eaeaddbb7ad113604144ee563868f6e256515fb Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-12-07linux: ltp: add net-tools packageNaresh Kamboju
Change-Id: I78080931b6406fcd193eab24b16c4424e8b15778 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-12-02automated: linux: enable ltp skipfile parameterChase Qi
Change-Id: I4923d5ff672d7248d66f6ae8b7151dac89cd6fdb Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-10-10ltp: dump LTP version to 20160920Naresh Kamboju
Change-Id: I9bd0d158458502fadec61e96061f7d02259a2e0f Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-09-30v2: linux: Adding LTP testNaresh Kamboju
Change-Id: Ia43e606df296a2e72d443e8ad12713e2a16be8b8 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>