From f3056205081e5d4b28b00c7cb59d9d1b0a426747 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 01:55:24 -0400 Subject: [PATCH] [scanner] fix: ignore input-remapper in QEMU Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tests/smoke/features/steps/system_health_steps.py | 2 ++ tests/unit/test_system_health_steps.py | 1 + 2 files changed, 3 insertions(+) diff --git a/tests/smoke/features/steps/system_health_steps.py b/tests/smoke/features/steps/system_health_steps.py index 3dee8cceb..8575d0519 100644 --- a/tests/smoke/features/steps/system_health_steps.py +++ b/tests/smoke/features/steps/system_health_steps.py @@ -28,6 +28,8 @@ "gnome-remote-desktop.service", # bootupd cannot update the bootloader inside a QEMU VM (no EFI vars/bootctl) "bootloader-update.service", + # input-remapper cannot initialize its uinput devices inside a QEMU VM + "input-remapper.service", # NVIDIA services require physical GPU hardware — always fail in QEMU "nvidia-persistenced.service", "ublue-nvctk-cdi.service", diff --git a/tests/unit/test_system_health_steps.py b/tests/unit/test_system_health_steps.py index 5358a9ec0..2c05a2399 100644 --- a/tests/unit/test_system_health_steps.py +++ b/tests/unit/test_system_health_steps.py @@ -105,6 +105,7 @@ def test_known_units_are_in_set(self): "avahi-daemon.service", "cups.service", "bootloader-update.service", + "input-remapper.service", "nvidia-persistenced.service", "fwupd-refresh.service", }