Skip to content

Commit a3c7632

Browse files
committed
test_systemd: whitelist polkit dependency message
This message only append with xostor activated. drbd-reactor.service depends on polkit service.
1 parent cfc760d commit a3c7632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/test_systemd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def test_failed_units(host):
1717
"Cannot add dependency job for unit display-manager.service, ignoring: Unit not found.",
1818
"Cannot add dependency job for unit qemuback.service, ignoring: Unit not found.",
1919
"Cannot add dependency job for unit sr_health_check.timer, ignoring: Unit not found.",
20+
"Cannot add dependency job for unit polkit.service, ignoring: Unit not found.",
2021
]
2122

2223
pytest.fixture(scope='module')

0 commit comments

Comments
 (0)