- Sep 24, 2024
-
-
Dylan Aïssi authored
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
This was used for debugging, but there is no real need in the cleanup function. So, let's reduce the noise in the log by not printing all commands from the cleanup(). Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
For unknown reasons (race conditions?), pkaction randomly fails with: "Error enumerating actions: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying" So, to mitigate this issue give it some more time to be ready, although this should be the aim of "gdbus wait" above. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
See https://salsa.debian.org/utopia-team/dbus/-/commit/e3a4c1aec4aa8eaedac0e1bddc383529c86b72c0 The interoperable cross-distro path is /var/run/dbus/system_bus_socket, so this remains the upstream default for the benefit of distributions where /var/run and /run are (problematically) not guaranteed to be equivalent. However, Debian Policy since at least v4.1.5 guarantees that /var/run is a symlink to /run, and this has been implemented for several stable releases (since at least initscripts 2.88dsf-29 in 2012, in the sysvinit case), so it is harmless to prefer the path in /run, which has advantages in a few corner cases (ability to unmount /var is the main one) and avoids warnings from systemd. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Usually, polkitd should already be killed in the body script. However, in case of an earlier failure (for instance at pkaction), the pkill step is not reached and then we need to kill it in the cleanup step. Drop "set -e" to detect other failures. Fix: 4ef7af4d. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Sep 17, 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>
-
Dylan Aïssi authored
We don't have to manage all cases since we use different versions of this package to test the different Apertis releases. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Since 0.111, pkaction exits with status 0 on success, see: https://github.com/polkit-org/polkit/commit/fcc9839608dc757e7630a40635560c2648598c0e Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Jul 25, 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>
-
Dylan Aïssi authored
The cleanup step was failing because the polkitd service name has changed, but nobody noticed it because errexit was set to "off". Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Jul 24, 2024
-
-
Dylan Aïssi authored
The alias polkitd.service was removed in policykit-1 0.113-5, so before the release of Bookworm. In tests, we can see the message: Failed to restart polkitd.service: Unit polkitd.service not found. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Mar 13, 2024
-
-
Walter Lozano authored
Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
With the new version of dbus from Debian Bookworm new tests were added, to the binary package, although the source code for them was already present. Some of these new tests do not work in Apertis for different reasons and have little value as integration tests for this reason disable them. The tests are: - test-misc-internals: This test tries to bind to a new socket dbus[4512]: server listen error: org.freedesktop.DBus.Error.AccessDenied: Failed to bind socket "./boogie": Permission denied - test-service: This tests tries to use X11 *** Failed to open connection to activating message bus: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 - test-sleep-forever: This tests never ends and the test framework only timeouts Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Dec 13, 2023
-
-
Nithin Mysore Nagesh authored
Signed-off-by: Nithin M N <MN.Nithin@in.bosch.com>
-
Nithin Mysore Nagesh authored
Adaptations done to convert ova file to vdi file as the test cases expect vdi file Implement authorization for http links given as input to the script Signed-off-by: Nithin M N <MN.Nithin@in.bosch.com>
-
- Oct 10, 2023
-
-
Walter Lozano authored
Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
Update readme file to point to the new location of tests, as this repository should not be used for new tests. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
Move README to README.md to allow Gitlab to render it nicely. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Sep 26, 2023
-
-
Dylan Aïssi authored
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
The default 'friendly' behavior displays a progress bar which makes a lot of noise in LAVA logs without any benefit. By switching to 'parseable' we avoid this spam in logs and it makes debugging easier. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Sep 22, 2023
-
-
Dylan Aïssi authored
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Sep 21, 2023
-
-
Dylan Aïssi authored
This removes a dependency on telepathy-mission-control-5 which is no longer available in Apertis v2024 Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Aug 04, 2023
-
-
Dylan Aïssi authored
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
libncurses5-dev is an obsolete package. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
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>
-
Dylan Aïssi authored
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
- Jun 19, 2023
-
-
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>
-
-
- May 18, 2023
-
-
Walter Lozano authored
Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
With gcc 12 now need to use "=" to successfully pass the argument to the soname option. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
Walter Lozano authored
Fix a build failure caused by newer version of tracker. Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
-
- Mar 09, 2023
-
-
Vignesh Raman authored
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-
Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
-