- Sep 24, 2024
-
-
Signed-off-by: SivaKrishnaPrasad <sivakrishnaprasad.chinthalapudi@in.bosch.com> Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Sep 09, 2024
-
-
Walter Lozano authored
The U-boot version in LAVA for RPi4 has been updated to 2024.01+dfsg-1+apertis7bv2025dev3b1 which supports a new layout for RPi4 to allow larger kernels to be used. The previous U-boot version in LAVA for RPi4 was 2021.10+dfsg-1+apertis10bv2022.1b3 which had different default environment, witch supported distro_boot as command. By default Apertis relied in distro_boot which was the standard way of booting distributions in previous U-boot version. With the new version U-boot the boot command needs to be adapted to use bootflow https://docs.u-boot.org/en/stable/develop/bootstd.html Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Aug 28, 2024
-
-
Dylan Aïssi authored
Actually, installing Flatpak Apps is not really part of the test, but more a pre-condition of the test. Moreover, the Apertis repository and org.apertis.hmi.totem are not installed by default on SDK images. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Aug 22, 2024
-
-
Dylan Aïssi authored
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Jun 10, 2024
-
-
Dylan Aïssi authored
Having many tests on the same group does make the LAVA overlay too big for devices with small amount of free space. Thus some tests randomly fail due to lack of space. To make things worse, some old tests rely in packages like python which are not part of the images and need to be installed, consuming extra space. To workaround this issue, split the test group in two, moving tests with similar dependencies to a new to reduce the amount of space required per group. This will be fixed once tests will be moved from pkg/apertis-tests to tests/ but in the meantime let's do the split to reduce the chance of random failures. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- May 10, 2024
-
-
Martyn Welch authored
We are no longer using cgroups in any special way in Apertis. In addition it has been discovered that these tests have a flaw that allows them to silently fail. Remove the tests as they are both broken and not required. Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
-
- Apr 24, 2024
-
-
(cherry picked from commit 825ba5a4)
-
- Apr 23, 2024
-
-
Walter Lozano authored
There are several tests that installation additional packages to run tests, even if this is a bad practice, and additionally requires extra space in the root partition. A proper fix is to rewrite the test in its own repo to only hold the important information and binaries to run the test, but this approach requires much time. In the meantime, at least remove unneeded dependencies to save space which is quite limited. Also, the lack of this space in some cases can make tests to fail, as it is not possible to install the dependencies. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
Since the functionality provided by ade has little value after the switch to Flatpak, change the test priority to medium. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
Since the current test case uses several customizations to target device, add additional clarifications and checks to ensure the system is properly setup. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
Since these tests also are applicable to AMD 64 let's run them. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
This set of tests ensures that Apertis has the support for different type of WiFi configuration. Since our OSTree image are not shipped with hostapd enabled a set of configurations are required to properly setup the AP. While this is possible to in OSTree images, it is easier to do it on APT images. Moreover, the test seems to be designed to run on APT images as it tries to create files on a read-only file system. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Mar 20, 2024
-
-
Nithin Mysore Nagesh authored
After systemd has started to support pstore the test needs to be adapted to use this new functionality. Upon startup, systemd-pstore will monitor and extract the pstore contents and save it inside /var/lib/systemd/pstore/. This also fixes the failure in the current test as /sys/fs/pstore: is not longer available. Signed-off-by: Nithin M N <MN.Nithin@in.bosch.com>
-
- Mar 18, 2024
-
-
Walter Lozano authored
Since package geoclue has been moved to developement it has no sense to run it on fixed function or HMI images. The test itself passes, however, the development repositories need to be enabled and many packages need to be installed, which modifies the image completely. Additionally, on HMI image, due to the number of packages that need to be installed the LAVA job fails with Test error: ['Unable to start test stage 1', 'Unable to start test stage 1'] Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Feb 28, 2024
-
-
remove deprecated pkg `Xephyr` and use agl-compositor Signed-off-by: Chinthalapudi Siva Krishna Prasad <sivakrishnaprasad.chinthalapudi@in.bosch.com> (cherry picked from commit d27919af)
-
- Jan 17, 2024
-
-
Modify the steps to run the test on SDK and enable nested virtualization as part of pre-condition. Signed-off-by: MN Nithin <MN.Nithin@in.bosch.com> (cherry picked from commit 057e3b51)
-
- Dec 07, 2023
-
-
- Add group entry: Group entry was missing due to which jobs were not generated for rhosydd. - Modify image-types: Since this test executes unit test cases and uses devscripts which is available in development repository, this should be run only on sdk and basesdk. Separate test to be implemented for target. - Add dependencies Signed-off-by: MN Nithin <MN.Nithin@in.bosch.com>
-
- Oct 24, 2023
-
-
- Oct 09, 2023
-
-
Walter Lozano authored
After relaxing hmi-switch-graphical-applications to use any application some instructions were not properly updated. Update the test case to be coherent with the new approach. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
The test hmi-switch-graphical-applications requests to open Fonts application which is installed by default in HMI images via Flatpak, but not installed on SDK. Since the test can be run with any graphical application, relax it and mention Fonts only as a suggestion. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Oct 03, 2023
-
-
Walter Lozano authored
Switch to the new R-Car r8a779m1-ulcb device type as it is the new reference board for this release. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Aug 29, 2023
-
-
Dylan Aïssi authored
This test is expected to be run on a system with its rootfs on an eMMC storage and not on a USB device. Using a rootfs from a USB device can lead to failures like the systemd service 'usbmount@dev-sda1.service' failing to start since /dev/sda1 is already mounted at /boot/efi. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Aug 11, 2023
-
-
Walter Lozano authored
This reverts commit eb8ce592. The MR was merge by accident while being reviewed. The picture itself is not incorrect, however, it does not follow the format of others pictures related to agl-compositor. Reverting this, while preparing a better MR. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
-
- Jul 25, 2023
-
-
Walter Lozano authored
The sanity manual test is the first test run to confirm the health of the image. For this reason, the test itself states that no other manual test should run if there is a failure. This policy aims to avoid running tests on an image which is not healthy enough since the results will not be valid. This policy is too strict, since due to failure in one are, like WiFi, will block the rest of the tests. To provide a better trade off, update the policy to avoid running other manual tests until the issue is triaged. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Jul 17, 2023
-
-
Walter Lozano authored
Improve the wording of the pre conditions section in the secure boot test to instruct the flashing to the correct u-boot image based on the release under test. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Jul 11, 2023
-
-
Walter Lozano authored
This test relies on a Debian LXC image to be deployed in the DUT which presents a problem in some scenarios, devices requires access to public Internet and QEMU requires LXC support. Disable this test until it is reimplemented to overcome the current limitations. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Jul 07, 2023
-
-
- Jun 21, 2023
-
-
Siva Krishna Prasad Chinthalapudi authored
Signed-off-by: SivaKrishnaPrasad <sivakrishnaprasad.chinthalapudi@in.bosch.com>
-
- Apr 13, 2023
-
-
Andre Moreira Magalhaes authored
Signed-off-by: Andre Moreira Magalhaes <andre.magalhaes@collabora.com>
-
- Apr 10, 2023
-
-
- Feb 09, 2023
-
-
- Feb 01, 2023
-
-
Walter Lozano authored
In commit 5bf3c4a9 tests for amd64 board were re enabled after adding support for Up Squared 6000 board, and having enough boards in LAVA. After this, it was seen that tests that relies in bootcount fail and require a rework to align u-boot and uefi. In the mean time, to avoid creating noise and masking issues disable tests that rely in bootcount. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Jan 23, 2023
-
-
Walter Lozano authored
The use of the git repos pointing at v2023dev1 was introduced in 6ae11598 which was merged later on v2023dev2, causing the branching script not being able to update the branch name. Manually fix the issue. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Nov 23, 2022
-
-
Apertis CI authored
Signed-off-by: Apertis CI <devel@lists.apertis.org>
-
- Nov 14, 2022
-
-
Ryan Gonzalez authored
The previous code would only ever check if the architecture was directly listed in the test case, which meant it excluded the visibility suffixes. https://phabricator.apertis.org/T8949
-
Ryan Gonzalez authored
This was getting rendered as a messy plain-text paragraph. https://phabricator.apertis.org/T8949
-
Ryan Gonzalez authored
Because the test logs are private, the visibility is '-internal', so update the test cases to match. https://phabricator.apertis.org/T8949 Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
-
- Nov 11, 2022
-
-
Ryan Gonzalez authored
The group template was created after 9dc1fafa was merged, which removed all instances of the 'name:' key. However, this turned out to break test submission, which is why it was then reverted in 79a2b0df. Unfortunately, I did not realize that the new IoT group was missing this field, which means that 'name:' was never added back there and IoT image test submission is broken. https://phabricator.apertis.org/T8949 Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
-