From 4c3c0b01d5928334c392cb410280a733bf6f7ad4 Mon Sep 17 00:00:00 2001 From: Anthoine Bourgeois Date: Wed, 11 Jun 2025 17:30:52 +0200 Subject: [PATCH] test_systemd: whitelist polkit dependency message This message only append with xostor activated. drbd-reactor.service depends on polkit service. Signed-off-by: Anthoine Bourgeois --- tests/system/test_systemd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system/test_systemd.py b/tests/system/test_systemd.py index 31d879fcd..abd9931a2 100644 --- a/tests/system/test_systemd.py +++ b/tests/system/test_systemd.py @@ -17,6 +17,7 @@ def test_failed_units(host): "Cannot add dependency job for unit display-manager.service, ignoring: Unit not found.", "Cannot add dependency job for unit qemuback.service, ignoring: Unit not found.", "Cannot add dependency job for unit sr_health_check.timer, ignoring: Unit not found.", + "Cannot add dependency job for unit polkit.service, ignoring: Unit not found.", ] pytest.fixture(scope='module')