- 17 Jun, 2021 3 commits
-
-
Rémi Duraffort authored
lava_test_shell: add ip command support. See merge request !1525
-
Rémi Duraffort authored
irc: #lavasoftware is now on libera.chat See merge request !1526
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 16 Jun, 2021 1 commit
-
-
stevanradakovic authored
api: add test definition validate api See merge request !1524
-
- 15 Jun, 2021 2 commits
-
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 14 Jun, 2021 2 commits
-
-
Rémi Duraffort authored
Docs: Update the documentation for "django migrations" setup command. See merge request !1523
-
Rémi Duraffort authored
etc/dispatcher-config/device-types: Add sm8*-mtp devices See merge request !1521
-
- 10 Jun, 2021 1 commit
-
-
Koteswararao N authored
-
- 01 Jun, 2021 1 commit
-
-
Aníbal Limón authored
Signed-off-by:
Aníbal Limón <anibal.limon@linaro.org>
-
- 27 May, 2021 1 commit
-
-
stevanradakovic authored
-
- 26 May, 2021 7 commits
-
-
Rémi Duraffort authored
device-types: fix broken xilinx-zcu102 device-type See merge request !1519
-
Rémi Duraffort authored
Add asus-C523NA-A20057-coral device type template See merge request !1512
-
Rémi Duraffort authored
device-types: add BeagleBone Enhanced See merge request !1511
-
Rémi Duraffort authored
Add hp-x360-12b-n4000-octopus device type template See merge request !1513
-
Rémi Duraffort authored
Add asus-C433TA-AJ0005-rammus device type template See merge request !1514
-
Rémi Duraffort authored
Add acer-mt8183-cp311-3h-jacuzzi device type template See merge request !1515
-
Rémi Duraffort authored
debian: lava-lxc-mocker: don't provide lxc See merge request !1517
-
- 25 May, 2021 1 commit
-
-
Hiraku Toyooka authored
Current xilinx-zcu102.jinja2 only setenv some variables for tftpboot, but they are not executed actually. As a result, the board could not boot up. This commit remove the setenv and make it tftpboot directly. We also set console_device and boud_rate. Signed-off-by:
Hiraku Toyooka <hiraku.toyooka@cybertrust.co.jp>
-
- 24 May, 2021 6 commits
-
-
Antonio Terceiro authored
lava_rest_app: test_api: don't subclass pathlib.Path See merge request !1518
-
Antonio Terceiro authored
pathlib.Path can't really be subclassed directly, at least on Python 3.9 More info on https://stackoverflow.com/questions/29850801/subclass-pathlib-path-fails
-
Antonio Terceiro authored
Saying that lava-lxc-mocker *provides* lxc is too strong a message, and has impact on other packages: - any other package that depends on lxc will have it's dependency satisfied by lava-lxc-mocker, but will probably not really work. - when lava gets uploaded to Debian, it triggers running tests against packages that depend on lxc and that's pointless. lava-lxc-mocker can look like lxc, but only for lava. So allow lava-lxc-mocker where we depend/recommend lxc.
-
Antonio Terceiro authored
`lava` already depends on `lava-dispatcher`, and that already recommends `lxc`. This gives admins a little more flexibility, allowing `lxc` to not be installed if not needed.
-
Antonio Terceiro authored
Support security fix in pyyaml 5.4 Closes #488 See merge request !1516
-
A few tests need to explicitly use an unsafe loader to be able to test YAML roundtrips. As a fix for a security issue, PyYAML 5.4 requires us to be even more specific to request an unsafe loader, what is a backwards-incompatible change. On older versions of PyYAML that don't provide UnsafeLoader, we need to fallback to the regular Loader class. Signed-off-by:
Marc Deslauriers <marc.deslauriers@ubuntu.com> Signed-off-by:
Antonio Terceiro <antonio.terceiro@linaro.org>
-
- 21 May, 2021 7 commits
-
-
Add a template for the acer-mt8183-cp311-3h-jacuzzi arm64 Chromebook device type using Depthcharge. Signed-off-by:
Ricardo Cañuelo <ricardo.canuelo@collabora.com>
-
Mylène Josserand authored
Add a template for the asus-C433TA-AJ0005-rammus x86_64 Chromebook device type using Depthcharge. Signed-off-by:
Mylène Josserand <mylene.josserand@collabora.com>
-
Mylène Josserand authored
Add a template for the hp-x360-12b-n4000-octopus x86_64 Chromebook device type using Depthcharge. Signed-off-by:
Mylène Josserand <mylene.josserand@collabora.com>
-
stevanradakovic authored
api: add devices validate api See merge request !1510
-
Mylène Josserand authored
Add a template for the asus-C523NA-A20057-coral x86_64 Chromebook device type using Depthcharge. Signed-off-by:
Mylène Josserand <mylene.josserand@collabora.com>
-
Corentin LABBE authored
This patchs adds device-type for BBE (BeagleBone Enhanced). Tested in LAVA AGL lab.
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 20 May, 2021 2 commits
-
-
Antonio Terceiro authored
postinst: lava-scheduler is again a lava service See merge request !1509
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 18 May, 2021 4 commits
-
-
Rémi Duraffort authored
Set environment for qemu in docker See merge request !1500
-
Rémi Duraffort authored
Add more uboot_error_message See merge request !1504
-
Rémi Duraffort authored
device-types: add avenger96 See merge request !1506
-
Rémi Duraffort authored
device-types: Add stm32l562e-dk See merge request !1503
-
- 17 May, 2021 2 commits
-
-
Antonio Terceiro authored
Reintroduce wrongly removed /etc/logrotate.d/lava-scheduler-log See merge request !1508
-
Antonio Terceiro authored
This was a tricky one. What happened: - The version in stretch had /etc/logrotate.d/lava-scheduler-log - The version in buster dropped that configuration file, but didn't remove it correctly (i.e. it was removed from the filesystem, but was still in the dpkg database. - The version in bullseye adds that file again. In a stretch -> buster -> bullseye upgrade scenario, the user gets prompted about changes to the file even if they didn't touch the file before upgrading to buster, because it was removed incorrectly in the buster version. We could fix this in buster first, but then the upgraded would only work if the user is using the very latest stable update before upgrading. Instead, on the buster -> bullseye upgrade, if the file is known by dpkg -S (meaning it was installed by the stretch version) and missing from the filesystem (i.e. it was removed by the upgrade to buster), we reinstate the file with its original contents from stretch, so that the bullseye upgrade will detect it hasn't been changed and just override it with the new version. I tested both stretch -> buster -> bullseye and buster -> bullseye upgrades and both cases are handled correctly. Closes Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988362
-