aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/libhugetlbfs
AgeCommit message (Collapse)Author
2018-04-02linux: libhugetlbfs.yaml: set VERSION to known good commitChase Qi
In yaml file, the default version was set to 2.21, test script file will generate the following invalid url: https://codeload.github.com/libhugetlbfs/libhugetlbfs/legacy.tar.gz/2.21 This patch set the default VERSION in the yaml file to the known good commit too. Change-Id: Ibbae8019f3eb20fba69d81e4983f7597f60d8dbf Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-12-12libhugetlbfs: fetch libhugetlbfs by commitNaresh Kamboju
The upstream master branch is 2 years old. Use the latest working commit available in the next branch, instead. Download the tarball from known good commit from upstream libhugetlbfs repo and validate for #3418 bug fix and better test coverage in future use. Ref: libhugetlbfs: use next branch instead of master https://projects.linaro.org/projects/CTT/queues/issue/CTT-770 libhugetlbfs linkhuge test is failing https://bugs.linaro.org/show_bug.cgi?id=3418 Change-Id: Ib8e644d7d0e4aad454c31c62fb767f44f57d9edc Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Dan Rue <dan.rue@linaro.org>
2017-06-20linux: libhugetlbfs: fix pre-installed pathNaresh Kamboju
Generic way to detect run_tests.py is pre-installed. Change-Id: Ib55d9584709a6db83bcce1a125b04d917b6532b2 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-06-13automated: linux: libhugetlbfs: Replace "=" with "_" in test case nameNaresh Kamboju
Change-Id: Icb892a45539f6119f66dc5509426b87e7b5e6f6d Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-05-17automated: linux: libhugetlbfs: cleanup results summaryNaresh Kamboju
Print results status in lowercase pass/fail/skip testcase name containing /dev/full coming twice in results summary. once it is printing as pass as expected. next time the default lava results parser printing as "unknown". This issue is been fixed by changing the "/" to "-" Change-Id: Ib3f5be575e0b97c9c73b9e9e408218973d92a319 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-03-22libhugetlbfs: version not required on pre-built testsNaresh Kamboju
When libhugetlbfs test suite pre-built and pre-installed on images like Open Embedded, versioning is not required in this case. Change-Id: I4faf4d8ee8d1af198be92b21c767a05440ed4bcb Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-02-20libhugetlbfs: Detect pre-builts tests on targetNaresh Kamboju
libhugetlbfs test definitions modified to detect pre-built tests on target. if not found then, download, build and run tests. Change-Id: If25d54df68f8f2abc1c67ddfa5f1a4a0ed1954fe 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>
2016-12-05automated: libhugetlbfs fix for running on distro kernelMilosz Wasilewski
Config file for distro kernel is located in /boot rather than in /proc. This patch adds support for both options Change-Id: Ie516fba4e3e37d58508f013e9287964cf5a362e3 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2016-11-28automated: added Linux libhugetlbfs testNaresh Kamboju
Change-Id: I9e8e75d22a99c79dae92663a384da197625e85d8 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>