- Nov 29, 2021
-
-
Emanuele Aina authored
Rather than linking to an external `add-repo` test definition whose only purpose is to add the `development` APT component to the preconfigured sources, inline the definition to simplify things. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Frederic Danis authored
This test checks basic import-debian-package functionalities. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Run the apparmor-session-lockdown-no-deny only on APT images since it requires the installation of a few packages. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Nov 25, 2021
-
-
Emanuele Aina authored
The QA report app now relies on heuristics to determine the deployment type, and it some cases it gets it wrong: for instance it looks for the `ostree` string in the URL, so it had misclassified SDK images like https://images.apertis.org/test/wip-em-ostree-only-pull-metadata/daily/v2021dev2/20200412.1719/amd64/sdk/apertis_v2021dev2-sdk-amd64-sdk_20200412.1719.img.gz If we set the right metadata the heuristics will be ignored. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Nov 24, 2021
-
-
Emanuele Aina authored
This reverts commit daf18238 "Move aum-offline test to HMI images" to some extent by moving back to the `fixedfunction` images the offline upgrade tests with the Apertis Update Manager now that `udisks2` is installed there. The move to the HMI images prevented testing offline updates on the R-Car boards, which does not supports HMI images due to the lack of any open graphical stack. By using the `fixedfunction` images offline upgrades can be tested again on R-Car boards, like it is done on the `minimal` images from older release streams. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Nov 23, 2021
-
-
Frederic Danis authored
The `v2022dev3` image doesn't have enough space to perform the branch update. This has been fixed in `v2022pre`. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Emanuele Aina authored
Multiline commands in preconditions, execution steps, postconditions and notes are currently getting squashed to a single line. Use `<pre>` block elements to preserve newlines. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Nov 22, 2021
-
-
Pick the right Docker image automatically rather than hardcoding the Apertis v2021 image. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Pick the right osname automatically when deriving the image to test upgrading from, rather than hardcoding `apertis`. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Signed-off-by:
Ritesh Raj Sarraf <rrs@debian.org>
-
- Nov 21, 2021
-
-
Walter Lozano authored
After switching to bsdtar update download command according to bsdtar, which requires "-f -" to read from stdin. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Nov 15, 2021
-
-
Ritesh Raj Sarraf authored
Signed-off-by:
Ritesh Raj Sarraf <rrs@debian.org>
-
- Nov 12, 2021
-
-
- Nov 09, 2021
-
-
Arnaud Ferraris authored
Our Flatpak repo now implements ED25519 signatures and provides a `.flatpakrepo` file for making it easier to configure the remote, including signature verification. Switch this test case to using this method. Other Flatpak-related test cases use the `flathub` repo and therefore should be left untouched for now. Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
-
- Oct 25, 2021
-
-
Frederic Danis authored
Since commit 9fad8001, the lava timeout has been increase to 20 min. Do the same for the systemd service tests. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Oct 19, 2021
-
-
LAVA only has two minnowboards which cannot handle the current load. In order to reduce the load avoid running OSTree offline test that were recently added to amd64. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Oct 13, 2021
-
-
`aum-offline-upgrade-signed` test fails during phase 0 on timeout when trying to create the different static-delta used during next phases. Increasing the timeout allows to pass the test. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Walter Lozano authored
When using test cases from git repositories by default LAVA includes their history, however, in general this is not useful, requires more space on overlays and extra time to copy them. Remove it by setting history to False. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
When using revision LAVA is forced to do a full clone. However, in case using branch, LAVA is smart enough to do a shallow clone. Switch to branch then to take advantage of this feature. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Oct 05, 2021
-
-
Frederic Danis authored
It seems there's a side effect of geoclue preventing to pass functional-demo test. Furthermore geoclue is also failing. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Oct 04, 2021
-
-
Frederic Danis authored
The test script repositories use `apertis/v20…` default branch name, and the source archive should be downloaded using it. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Sep 30, 2021
-
-
Walter Lozano authored
Since some scenarios are only covered by HMI images, such using offline mechanisms, move them to HMI. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Sep 28, 2021
-
-
Walter Lozano authored
After switching to Fixed Function and HMI images the upgrades from a previous branch only make sense from a branch that already supports the new images. Switch then to v2022dev3 for upgradable_release. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
As Fixed Function images don't support offline upgrades move the tests to HMI images. For automatic test use armhf and amd64 as in other LAVA OSTree tests, while for manual ones use armhf and arm64. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Sep 16, 2021
-
-
Frederic Danis authored
This test should also be run on BaseSDK Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Sep 15, 2021
-
-
Ritesh Raj Sarraf authored
Signed-off-by:
Ritesh Raj Sarraf <rrs@debian.org>
-
- Sep 13, 2021
-
-
Test case of iptables-nmap fails on SDK with error Unable to apt-get update in lxc container Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 199.232.142.132 443] Since the problem is only present on QEMU without a clear cause, after checking that clock time is OK workaround it by using http instead of https. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Sep 10, 2021
-
-
Ariel D'Alessandro authored
The expected logo is pointing to an old wifi url, which is missing. Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
- Sep 07, 2021
-
-
`target` has been replaced by `hmi` images. And some AUM tests are only run on `fixedfunction` images. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Arnaud Ferraris authored
Flatpak apps are now installed by default on `hmi` images. Moreover, we now ship Totem instead of the "VIDEO & TV application", so make sure the test case reflects the new state. Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
-
`armhf` is supported by `hmi` images, update test files accordingly; Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Arnaud Ferraris authored
`target` images are being renamed to `hmi` in order to have a more descriptive name, so the test cases must be updated accordingly. Signed-off-by:
Arnaud Ferraris <arnaud.ferraris@collabora.com>
-
Frederic Danis authored
The fixedfunction image should serve a minimal static web page. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Sep 05, 2021
-
-
Walter Lozano authored
The test case for traprain requires development and including gpgv to be run, but installing them on target/hmi makes the test useless since it does not resemble a standard target/hmi image. Drop it only run in on sdk. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Sep 02, 2021
-
-
Frederic Danis authored
As defined in the test description, this test should not be run on fixedfunction images. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Aug 25, 2021
-
-
Frederic Danis authored
We don't support `internal` images anymore. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Frederic Danis authored
Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
Frederic Danis authored
Rename `minimal` to `fixedfunction` to reflects the "Fixed function device scenario" from Apertis Platform Technical Vision. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Aug 21, 2021
-
-
Walter Lozano authored
Drop tests for didcot, frome and rhosydd since these packages are not longer supported by Apertis. Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
- Aug 20, 2021
-
-
Frederic Danis authored
traprain test needs to install devscripts which depends on gnupg2 packages, and ultimately on gpgv package. When running on target board which embed the sequoia-gpgv replacement, the installation procedure fails due to the conflict between sequoia-gpgv and gpgv. gpgv package should be explicitly installed to replace sequoia-gpgv. frome and rhosydd have the same dependency problem. Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-