- 27 Mar, 2020 7 commits
-
-
Guillaume Tucker authored
Enable running LXC containers alongside QEMU devices. Signed-off-by:
Guillaume Tucker <guillaume.tucker@collabora.com>
-
Guillaume Tucker authored
Add device type support for the mt8173-elm-hana Chromebook. Signed-off-by:
Guillaume Tucker <guillaume.tucker@collabora.com>
-
Guillaume Tucker authored
Enable running LXC containers alongside devices that use GRUB. Signed-off-by:
Guillaume Tucker <guillaume.tucker@collabora.com>
-
If the server does not provide extra dispatcher configuration check for a local file to include in the runs. Useful to e.g. configure the IP to use for communicating with the duts. Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk>
-
Allow to specify any path in `lava_test_results_dir` for deployments. Originally guest image for Qemu is mounted to target mount point but in the same time path inside the image skip only 1 directory in hierarchy doubling the rest of the path in Qemu VM, for instance: `/var/lib/lava-5/lib/lava-5/bin/...` instead of `/var/lib/lava-5/bin/...`. This behavior causes the issues in `lava-test-shell` test: lava-test: # lava-test: # sh: 9: /var/lib/lava-4/bin/lava-test-runner: not found Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
Guillaume Tucker authored
Some Ubuntu-derived distros such as Apertis have a read-only root file system, and it can't be re-mounted as rw. So to be able to store LAVA test files, move the directories to /var/lib/ instead as this has write permissions. Signed-off-by:
Guillaume Tucker <guillaume.tucker@collabora.com>
-
Guillaume Tucker authored
This was suggested by Huawei to avoid some boot failures. Change-Id: I93e146a4c24d69ea91c1bf1e02331234546306fc Signed-off-by:
Guillaume Tucker <guillaume.tucker@collabora.com>
-
- 26 Feb, 2020 4 commits
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
docker: add a variable to add any extra arguments See merge request lava/lava!1020
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
device-types: bcm2711-rpi-4-b: support booting rpi-sources See merge request lava/lava!1019
-
- 25 Feb, 2020 9 commits
-
-
Rémi Duraffort authored
docker: allow to skip calls to check_owners See merge request lava/lava!1018
-
Rémi Duraffort authored
Fix nbd deploy See merge request lava/lava!1017
-
Rémi Duraffort authored
On large systems, this can be really long. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
The image type was not taken into account due to the missing PrepareKernelAction Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Add unit tests for filtering in REST API Closes #359 See merge request lava/lava!1015
-
Corentin LABBE authored
The current device-type of bcm2711-rpi-4-b works well with mainline Linux. But the rpi-sources does not boot with it. First it miss the cma size. Then without 8250.nr_uarts=1, the rpi-sources fail to open the console. But with 8250.nr_uarts=1, ttyS1 become ttyS0. Instead of hardcoding too many things, lets's permit to override extra_kernel_args.
-
Stevan Radakovic authored
Fixes #359
-
Rémi Duraffort authored
Support new permission management via REST API Closes #330 See merge request lava/lava!1005
-
Stevan Radakovic authored
Fixes #330
-
- 24 Feb, 2020 5 commits
-
-
stevanradakovic authored
Allow to add overlays to resources Closes #320 and #307 See merge request lava/lava!1004
-
Rémi Duraffort authored
NXP IMX templates rework See merge request lava/lava!1014
-
Milosz Wasilewski authored
api: Aliases authorization Closes #364 See merge request lava/lava!1002
-
Rémi Duraffort authored
add docker test action Closes #305 See merge request lava/lava!945
-
Rémi Duraffort authored
dispatcher: deploy/overlay: add action to create overlay unconditionally See merge request lava/lava!1016
-
- 21 Feb, 2020 15 commits
-
-
Antonio Terceiro authored
Fixes #305
-
Antonio Terceiro authored
For example, if by mistake you add a mapping for {"board_id": None}, then *all* devices will match. We don't want that.
-
Antonio Terceiro authored
-
Antonio Terceiro authored
This is mostly a convenience for when testing manually on the command line, because udev itself will no include /dev/.
-
Antonio Terceiro authored
This is used whenever you want to send logging_info for remote logging, for example to lava-dispatcher-host.
-
Antonio Terceiro authored
-
Antonio Terceiro authored
-
Antonio Terceiro authored
-
Antonio Terceiro authored
This can be used by actions that need the lava scripts available but not on the DUT, i.e. they want a local overlay, but not one installed to the device, so they don't return True for needs_overlay().
-
Rémi Duraffort authored
Fix string conversion issue on uuu usb_otg_path variable See merge request lava/lava!1013
-
Philippe Mazet authored
Some specific string were transformed to something else. Example: usb_otg_path = 2:11 was transfomed as 131 because being interpreted as a time
-
Rémi Duraffort authored
doc: make yaml indentation consistent See merge request lava/lava!1011
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
doc : uuu deploy/boot methods See merge request lava/lava!1009
-
Rémi Duraffort authored
Vexpress uboot command changes after uboot changes See merge request lava/lava!1010
-