summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-21Android: Fixed maitainer metadata for device-tree testAmit Khare
Change-Id: I6f656f9547a31d02d41a2332f6713873c61b544b
2015-04-21Deleting passfail test from common folderAmit Khare
Change-Id: Ie628f5cc583955363deb632cdd074559cd6a66f6
2015-04-21OpenEmbedded: Fixed maintainer in phpinfo testAmit Khare
Change-Id: Ic27adadc50517f5a2cc9f7b8f72d31ded05b1453
2015-04-21Ubuntu: Fixed missing maintainer metadata in gatortestsAmit Khare
Change-Id: I31de29bca73963aa48e08267ad0ab178326698bd
2015-04-14OE: Deletion of Mauve test suite. This test suite has become obselete and no ↵Amit Khare
longer used Change-Id: I98e46e3cabd0610c598400055eb6b5a63cd8f223
2015-04-10android: install libraries to support running 32bit ELF on KVMYongqin Liu
in the cts android.host.security package test, it will run the 32bit binary sepolicy-analyze on the host side, so we need to install these libraries to support the 32bit binary running on the 64bit KVM node. Change-Id: Id0ceb2c340af93aa7b5436735c163eed5d5b8087 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-04-10test-kvm.sh: increase deadlineRiku Voipio
It seems 1h of deadline is too short for junos Change-Id: I0c2b3a2739d95aa94d778d5473ff175a3647bd66 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-04-10common: fix kselftest result missingChase Qi
If one of kselftest sub-tests failed, the main test item, like net or vm, test result will missing. Add test failure check to fix this issue. Change-Id: I758525ed611f1719c4b769ba786195d98bd3cbea Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-04-09android/common: clean exit so that LAVA can trust test resultsChase Qi
lava-test-shell-run is used to detect if the lava-test-shell finshed successfully. If the exit code of test case is nonzero, even all tests finished normally, lava-test-shell-run test will fail. Change-Id: If4c8266ccdfcb78ac99dd7bc4288601454e7af6b Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-04-02coresight: Adding coresight test definitionsNaresh Kamboju
This framework provides a kernel interface for the CoreSight debug and trace drivers to register themselves with. It's intended to build a topological view of the CoreSight components based on a DT specification and configure the right serie of components when a trace source gets enabled. Kconfig required - CONFIG_CORESIGHT=y - CONFIG_CORESIGHT_LINKS_AND_SINKS=y Change-Id: Ibfeffff2da085bef83e003ae8da28d82015d40f7 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-04-01ubuntu: add vmscale and timedalloc to mmtestsChase Qi
Add vmscale and timedalloc to mmtests. Add description of each benchmarks in yaml and script file. Optimize test code. Change-Id: I8bd22e368a2d51a8c22e419e212695b4be096b63 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-03-26kvm: use UEFI for testsRiku Voipio
Switch Aarch64 boot to UEFI. - Adapt to url/path changes due to GPT image builds. - Install kernel to the EFI system partition - Use same kernel for guest and host for armv7 - On juno run tests on A53 since UEFI bug only manifesting on A57 - Use xz instead of gz Change-Id: Idd8534a4b6815d7c4e80d353c7b29bb633f268b1 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-03-25ltpfixup: cleanup2015.03Naresh Kamboju
xargs -0 not supported on minimal file system so stop using it. and removed unwanted comment. Change-Id: I77edead5de2eb7724dc88f848c284870aed4a6a5 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2015-03-24android: add tests of stringbench and libc-benchYongqin Liu
and update the tests of bionic-benchmarks Change-Id: I548b1620487802654c7f32dedd5a81221f71ad0f Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-03-24ubuntu / openembedded: Fix kselftest-net.yaml problemArthur She
Run test by using original Makefile. Change-Id: I39f57f45ce8628dca831d2a1eaa71effccf3c1b6
2015-03-24Using 'branch' statement in git-repos session to checkoutArthur She
specific branch of test code Change-Id: Ifacd74079b1999709e0c34d5bac7bb09891a5a7c
2015-03-23android: upgrade gtest definitionsChase Qi
Added repeatedly run support. Use test duration as measurement. Change-Id: I26aae98ef5713ecd9020259dcf5d8924749dc6c7 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-03-23kvm bugfixesRiku Voipio
- use hwloc-nox since cpu order on big.LITTLE systems might differ. - fix accumulation of prefixes armv7l-aarch64-kvm-boot-1 [v2] - only upload arm64 logs if they exist Change-Id: Ic9cdd39262ffedc8c9a4674cc5ccc3b4e2d8627a Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-03-13ubuntu: remove usb test from smoke test basicChase Qi
Signed-off by: Chase Qi <chase.qi@linaro.org> Change-Id: Ie7b3b45ebb6343ccf9cde5e73ab75df48251cd39
2015-03-12kvm: arm32 on arm64 testsRiku Voipio
Refactor tests to allow testing multiple guests in one run. In this first version, we add armv7 tests on aarch64 host. Also some long-standing issues have been fixed. v2: prefix ping commands so we don't kvm-guest-net-1 twice v3: move binaries to testdata.l.o - download hackbench binaries instead of building. - avoids the question "howto compile armv7 binary on arm64" - lets us drop build-essential from install list - fix host host test-rt-tests.sh invocation - refactor downloads to download both armv7 and aarch64 images - rename logs from *.txt to *.log - avoids error with test-rt-parse.sh - make test-rt-parse.sh show what .txt file it is going to parse - add timeout kill reaper - add armv7 image run to aarch64 build Change-Id: I4f9759328c459b06de3be3062f0fb26d3b98d102 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2015-03-09pwrmgmt: Update maintainer info and bump release tagLisa Nguyen
Change-Id: Ibd27a638534d19db209c10f79993db7b98c9e7f9 Signed-off-by: Lisa Nguyen <lisa.nguyen@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-03-09gator-streaming-test: Added support for Open embeddedmahanthgouda
Change-Id: Ib9cf6141664dcff9ff7e03214d345e200ecc1fe2 Signed-off-by: mahanthgouda <mahanth.gouda@linaro.org>
2015-03-07add test for bionic-benchmarksYongqin Liu
Change-Id: I5bb16aab534a0fab1155dc9f8da0fa11de1ba31d Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-03-02Openembedded: nohz-isolation test description updatedAmit Khare
Change-Id: I806da91beb581bcc5f3bd020d7c8030330897386
2015-03-02Openembedded: Mysql test description updatedAmit Khare
Change-Id: I88d349ef4f735aa37728e97ea8b56b2782e3194a
2015-03-02Common: iks-smoke-test description updatedAmit Khare
Change-Id: Icc24fba465b6172136654139d64fb211db798714
2015-02-26ubuntu: add dd, dd-tmpfs, ddsync, ku-latency and libmicro benchmarks from ↵Chase Qi
mmtests suite. Change-Id: I990f8f77f573a90f5e0171ad6d04d3a5d2ac06c1 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-02-26common/scripts/pm-qa.sh: Update pm-qa.sh script for AndroidLisa Nguyen
Remove unnecessary busybox symbolic links, replace suspend test module with cputopology, and simply code further. Change-Id: I52e5b43ec7c83e6a1d2389dd42177793ed76036f Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2015-02-26Openembedded: openjdk8-sanity test description updatedAmit Khare
Change-Id: I17d25145cd050a1483e5e0ddb289d1e92dc7a865
2015-02-26Openembedded: openswitch-lng test description updatedAmit Khare
Change-Id: Id32452248256c41a733374e772e00d236519caa4
2015-02-26Openembedded: Mauve test description updatedAmit Khare
Change-Id: I738bd2c42d26d90c89437e604d4693a0078e12d7
2015-02-26fix PEP8 issues in python scriptsArthur She
Change-Id: I4635323eb8fb2ed852ca5e4ab3cbedf866e1269a
2015-02-26Openembedded odp-shm test description updatedAmit Khare
Change-Id: I74657bd1029b16f2e49acd4ade5870591be6e532
2015-02-26Openembedded: odp-atomic test description updatedAmit Khare
Change-Id: Ief469cee0acebf8601d9ffd0d80454943d03bb6a
2015-02-26Openembedded: odp-ring test description updatedAmit Khare
Change-Id: If28fbe7541332aac12ff46e5bba5515c5cab5b40
2015-02-26Openembedded: replay-server-multinode test description updatedAmit Khare
Change-Id: Iaf3800cac2f6d7b28267b787ac5511e80b2dcdbe
2015-02-26Openembedded: odp-packet test description updatedAmit Khare
Change-Id: I2b8aec0c7cc30306c510eb7c1b39af05f1890fee
2015-02-26Openembedded: odp-example test description updatedAmit Khare
Change-Id: I9fb39069364a9cd31fdfc5c22c4ee232d9e25a5a
2015-02-25Openembedded: netperf-client-multinode test description updatedAmit Khare
Change-Id: I655140e5dadb621a9bb694084893eab2f9dc64e2
2015-02-25Openembedded: netperf-server-multinode test description updatedAmit Khare
Change-Id: I9d82c78a12fbde87d9fe9f41079d97d60761f8b1
2015-02-25Common: dmidecode test description updatedAmit Khare
Change-Id: I4ef1f17d8dc332eed59bca0789ed00ef4ddef81b
2015-02-25Common: dt-selftests description updatedAmit Khare
Change-Id: Ie8bce038984bbbb7ea0d67241074e13ad0932619
2015-02-25Openembedded: sdkhelloc test description updatedAmit Khare
Change-Id: If411820df3ace539beb7f268c77cd898a318ad53
2015-02-25Openembedded: sdkhellocxx test description updatedAmit Khare
Change-Id: I6b36d8316620c745f3c46350398cedd1f6b0f32f
2015-02-25Openembedded: phpmysql test description updatedAmit Khare
Change-Id: I09d0a86c2ec4ed5e9b237f7cd2261551d8a417ab
2015-02-25Openembedded: phpinfo test description updatedAmit Khare
Change-Id: I2d18d00eab09cbc70061107a48d32baa0bbfb9eb
2015-02-25android: fixed lava-android-test-host setupMilosz Wasilewski
Python setuptools v12 is required to install lava-android-test. This was failing in 14.04 Ubuntu image. Fixed with workaround to upgrade setuptools in the install section. Change-Id: I81e988fe29e333aca02c754f9cc1b008ecdd2da1 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-02-19Openembedded: sdkhello_static test description updatedAmit Khare
Change-Id: Idc7e1897563605db63da76451099b38b2d0578a0
2015-02-05android: add test case for gtest based testsChase Qi
Change-Id: I4eb94576bde8ecc4aeb59aa61ffdb0557f5928e0 Signed-off-by: Chase Qi <chase.qi@linaro.org>