summaryrefslogtreecommitdiff
path: root/automated
AgeCommit message (Collapse)Author
2019-02-08Lower case of test resultsHEADmasterlinaro-mblDiego Russo
LAVA 2019.01 accepts test results only in lower case Change-Id: I00fbb67586b5fae938c097c6540a51f7671604b1 Signed-off-by: Diego Russo <diego.russo@arm.com> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
2018-05-29mbl: add wifi scan testRyan Harkin
MBL doesn't haven nmcli but it does have wpa_cli. Change-Id: If7252286899edcd49bbda962ac214d8861224774 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: update raspberrypi3 supported machine nameRyan Harkin
Change-Id: Ifc7ef650b0510eabd26318ae49960212ab4ad33a Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: use common results outputRyan Harkin
Rather than generating our own result.txt, use the one generated by the tests. Change-Id: I66966c8da26c1967b2061d4a967d5f9b4cf3da2a Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add test skippingRyan Harkin
Change-Id: I4644b8e2eaf477d616faa6ef0aa0a2019f904d73 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_kernel_test_util.shRyan Harkin
Change-Id: I90323ab5ab3934a3792e623468ed6aefe70048d9 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_pressure_temp.yamlRyan Harkin
Change-Id: I9cdf09c7528e85188f1cdc9142cfc291eefff1eb Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_pressure_present.yamlRyan Harkin
Change-Id: Iec9608a9651adb635c0151dbc442b210ae25d378 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_magn_present.yamlRyan Harkin
Change-Id: Ia6dffb6cf26e288a28f5c33243d6fd17d684c9b0 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_gyro_present.yamlRyan Harkin
Change-Id: Ie57ad6528aa65a4bbfe4682fdd814b96710e0143 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_docker_mounts.yamlRyan Harkin
Change-Id: Idbfb9f4e490cf81e5641300ab0c49365f3af1f02 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_docker_kernel-optional.yamlRyan Harkin
Change-Id: I2180700af4d2976ceb98338d284bf2c1f3653b82 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_docker_kernel-mandatory.yamlRyan Harkin
Change-Id: I1a7d8e469d58d5b885254fdd630b1c01b0ed2700 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_docker_interface.yamlRyan Harkin
Change-Id: I1d9bb9c702c8726a3ceb87b91b9c7160263b927e Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_btle_scan.yamlRyan Harkin
Change-Id: Ibb20df173b40291c894ecb6173a64821e282f0b4 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_btle_present.yamlRyan Harkin
Change-Id: I3255426b0b5b30a2087b212028a0aaed5ec3abb3 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_audio_present.yamlRyan Harkin
Change-Id: I10e742e29d307c826f2dc36304db1d2e449026a1 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_accel_present.yamlRyan Harkin
Change-Id: I4fb9ab288efd375d67b931f85206ca36210ec714 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_pressure_value.yamlRyan Harkin
Change-Id: Ifc0b60c4194a58728bd2c93fecc8f107ea61cf6b Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29fix: mbl_wifi_present.yamlRyan Harkin
Change-Id: If9c7534a70c1de86458aec882833c53117c56317 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add banananpi-zero supportRyan Harkin
Add support for the BananaPi Zero board to the MBL test suite. BPi0 doesn't have sensors such as gyro, but has the 'standard' devices such as WiFi, BTLE, docker, ... Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add mbl_auto wrapper testRyan Harkin
This runs all the auto tests in LAVA. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: create generic interface present testRyan Harkin
Create a generic test for the presence of an interface and call it from the existing use cases: wifi and docker. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: fix wifi_presentRyan Harkin
The present check wasn't storing the return value from the command and accidentally used the return value from the previous command. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add docker interface checkRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add docker testsRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: read pressure device pressure sensorRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: read pressure device temperature sensorRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add bluetooth scan testRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add accelerometer present testRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add audio present testRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: connect device and use hciconfigRyan Harkin
In MBL distro, the device is not already connected. So we connect the device, then check it is available with hciconfig. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: blte=>btleRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add btle present testRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add pressure sensor present testRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add magnetometer present testRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: mbl_wifi_present: fix depsRyan Harkin
The presence test only depends on 'ip' and the scan test depends on nmcli. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl_gyro_present.yaml: addedRyan Harkin
2018-05-29mbl_wifi_present.yaml: addedRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29mbl: add test shell linksRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-29kernel_test: add initial script for testing kernel subsystemsRui Miguel Silva
Add script and lib script, that have some basic tests that can be extended to some of the kernel subsystems. for now it supports the following subsystems and tests: Subsystems Tests accel: present axis pressure: present value temp blte: present scan gyro: present axis temp audio: present wifi: present scan connect transfer disconnect magn: present axis docker: kernel-mandatory kernel-optional mounts This as it first run in warp7 board but can be adapted to any board and devices. Please not the dependency to bash >= 4 Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
2018-05-29optee-test.sh: exit cleanly if kill failsRyan Harkin
The final kill command in this test can often fail, eg. when running on a BusyBox system. Instead of exiting with an error, ignore it so the test results get passed back to LAVA. Change-Id: Ieeb9bfd73b7bf70a827a13a25b28f4f960124f21 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2018-05-25Merge "LTP: unskip fcntl35 and fcntl35_64"Dan Rue
2018-05-25LTP: unskip fcntl35 and fcntl35_64Naresh Kamboju
Backport patch fixed fcntl35 and fcntl35_64 on 4.4 kernel. so unskip these tests. Re: Backport of pipe.c patch to 4.4.y that fixes LTP fcntl35 test error https://www.spinics.net/lists/stable/msg239475.html https://www.spinics.net/lists/stable/msg239479.html Bug link: https://bugs.linaro.org/show_bug.cgi?id=3378 Change-Id: I8692e731d7200c910aa82f9de01bd351e4c713f9 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2018-05-24aep-pre-post: fix LISA postprocessing scriptMilosz Wasilewski
Remove git commit ID from concatenated name of the metric collected by LISA. Change-Id: Id5d936a3a14ae242d9944beda3bf8aab0f028627 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2018-05-22LTP: bump ltp version to 20180515Naresh Kamboju
Change-Id: Ic8890255e83e2fbd519e9130bdb804772508a7ef Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2018-05-21kselftest: unskip reuseport_bpf on all devicesNaresh Kamboju
kselftest net reuseport_bpf test case use to fail and now this been fixed upstream. so unskip this test now. Ref: https://bugs.linaro.org/show_bug.cgi?id=3502 LKFT: linux-mainline: x86: kselftest NET reuseport_bpf failed Change-Id: I068ebfa3df0143efd045f45578b79e807b5ebe7c Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2018-05-18kselftest: skipfile-lkft: remove skips from nextAnders Roxell
Removing skips from next. The skips for next that remains is if the test hangs the target or crashes in a non recoverable way. Change-Id: I8ec69211578bec3d9403112c852179399c93ea61 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2018-05-18LKFT: kselftest: Unskip ftracetest in stagingDan Rue
This may be resolved due to http://lkml.iu.edu/hypermail/linux/kernel/1801.1/06039.html Related bugs: - https://bugs.linaro.org/show_bug.cgi?id=3297 - https://bugs.linaro.org/show_bug.cgi?id=3304 - https://bugs.linaro.org/show_bug.cgi?id=3612 Change-Id: Idf37892499692fe1a65b64488a29eff355047fa9 Signed-off-by: Dan Rue <dan.rue@linaro.org>
2018-05-17tradefed-runner.py: set searchwindowsize for pexpect.spawnYongqin Liu
to work around the timed out problem when run cts opengl test did not find the root cause yet, so set searchwindowsize to 1024 might not very accurate. When tested on local side, it could help to finish CtsDeqpTestCases module less than 90 minutes, so this should help on the opgengl timed out problem on lava Change-Id: I9507bc09e1336ed7f41514ba241d9e939ea074e4 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>