summaryrefslogtreecommitdiff
path: root/plugins/power/test.py
Commit message (Expand)AuthorAgeFilesLines
* power: Switch brightness test to use the logind interfaceBenjamin Berg2022-03-231-39/+5
* power: Fix mutter version check in test codeBenjamin Berg2022-03-231-8/+35
* tests: Update Mutter version dependencyCarlos Garnacho2022-03-191-1/+1
* power: Make startup of lid tests more reliableBenjamin Berg2022-02-101-9/+10
* power: Skip unblank on lid open test for broken/old mutter versionsBenjamin Berg2022-02-101-0/+11
* power: generalize laptop battery notificationsPablo Correa Gómez2021-08-191-2/+2
* tests: Wait longer for brightness updatesBenjamin Berg2021-07-261-9/+9
* power: Enable power-saver profile when low on batteryBastien Nocera2021-07-221-0/+32
* tests: Move more logic into common test codeBenjamin Berg2021-07-221-60/+10
* tests: Sync GSettings after modifying themBenjamin Berg2021-07-221-0/+15
* tests: Do not use PIPE when not requiredBenjamin Berg2021-07-221-4/+2
* tests: Use OutputChecker for notification daemonBenjamin Berg2021-07-221-48/+13
* tests: Kill processes instead of just terminating themBenjamin Berg2021-07-221-7/+5
* power: Use addCleanupBenjamin Berg2021-07-221-10/+16
* tests: Add timeout to some more callsBenjamin Berg2021-07-221-1/+2
* tests: Disable output buffering for test processesbenzea/tests-output-checkerBenjamin Berg2021-02-151-1/+1
* tests: Port tests to use new OutputChecker classBenjamin Berg2021-02-151-141/+50
* power: Don't warn more than once per warning level for deviceswip/hadess/low-device-warn-onceBastien Nocera2021-01-061-0/+95
* power: Add support for BatteryLevel UPower propertyBastien Nocera2020-06-091-0/+53
* power: Fix running of backlight testsBenjamin Berg2019-12-121-1/+1
* power: Update legacy brightness test for rounding changesBenjamin Berg2019-12-121-3/+3
* power: Make notification message regexps in tests more genericCarlos Garnacho2019-09-091-3/+3
* power: Build and test sysfs backlight support only on LinuxBenjamin Berg2019-02-231-4/+31
* power: Let stderr output of gsd-power test process go outsideBenjamin Berg2019-02-051-2/+3
* tests: LD_PRELOAD ASan library when address sanitize is enabledBenjamin Berg2019-02-051-0/+5
* power: Speed up power test by splitting it into chunksBenjamin Berg2018-12-181-1/+9
* power: Read external monitor mock file location from environmentBenjamin Berg2018-12-181-3/+5
* Revert "power: Test Suspend and SuspendAndHibernate separately"Benjamin Berg2018-12-171-21/+3
* power: Relax timing requirements on brightness testsBenjamin Berg2018-12-171-18/+18
* power: Add test to verify DBus behaviour without a backlightBenjamin Berg2018-09-271-3/+37
* power: Add test to check backlight brightness is updated after ueventBenjamin Berg2018-09-271-0/+20
* power: Test backlight steps and roundingBenjamin Berg2018-09-271-2/+61
* power: Add backlight brightness event compression testsBenjamin Berg2018-09-271-0/+82
* power: Test backlight directly using umockdevBenjamin Berg2018-09-271-12/+34
* tests: Port to python 3Benjamin Berg2018-07-191-30/+27
* power: Make power test more robustBenjamin Berg2018-07-191-1/+6
* power: Fix possible exception trying to read logind stdoutBastien Nocera2018-05-031-1/+5
* power: Add test for idletime inhibitorsBastien Nocera2018-05-031-0/+30
* power: Test Suspend and SuspendAndHibernate separatelyBenjamin Berg2018-04-121-3/+21
* tests: Support new SuspendAndHibernate methodBenjamin Berg2018-04-121-9/+26
* power: Resolve possible active watch race condition in power testBenjamin Berg2018-04-111-0/+4
* tests: Disable buffering for most filesBenjamin Berg2018-04-101-4/+4
* power: Fix keyboard brightness testBastien Nocera2018-03-051-4/+8
* power: Start mock upowerd earlier in the testsBastien Nocera2018-03-051-10/+11
* power: Add test for previous commitBastien Nocera2018-03-021-0/+12
* power: Correctly test lid related suspend inhibitionsBenjamin Berg2018-01-171-14/+35
* power: Add test that inhibitors don't unblank the screensaverBenjamin Berg2018-01-151-0/+36
* power: Simplify test code by using the check_plugin_log helperBenjamin Berg2018-01-151-42/+8
* power: Wait for g-s-d to setup activity watch during testingBenjamin Berg2018-01-151-7/+9
* power: Ensure test does not try to close the lid earlyBenjamin Berg2018-01-151-1/+7