mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-06 07:58:05 +02:00
tests: Test previous commit fix
Test for "main: Fix PerformanceInhibited property not being up-to-date"
This commit is contained in:
parent
499aaada6c
commit
f5b489aaf9
1 changed files with 1 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ class Tests(dbusmock.DBusTestCase):
|
|||
|
||||
self.assertEqual(self.get_dbus_property('ActiveProfile'), 'balanced')
|
||||
self.assertEqual(self.get_dbus_property('SelectedProfile'), 'balanced')
|
||||
self.assertEqual(self.get_dbus_property('PerformanceInhibited'), 'lap-detected')
|
||||
|
||||
# Reset lapmode
|
||||
self.testbed.set_attribute(tp_acpi, 'dytc_lapmode', '0')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue