tests/dbus-runner: Add mocked screensaver service

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3234>
This commit is contained in:
Jonas Ådahl
2023-09-01 23:31:32 +02:00
committed by Marge Bot
parent 4a600e1031
commit 10d8c5fa82
2 changed files with 36 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class MutterDBusRunner(DBusTestCase):
klass.start_from_local_template('colord')
klass.start_from_local_template('gsd-color')
klass.start_from_local_template('rtkit')
klass.start_from_local_template('screensaver')
klass.system_bus_con = klass.get_dbus(system_bus=True)
klass.session_bus_con = klass.get_dbus(system_bus=False)