summaryrefslogtreecommitdiff
path: root/src/linux/integration-test.py
Commit message (Expand)AuthorAgeFilesLines
* linux: Add test for duplicate USB/Unifying devicesBastien Nocera2023-04-181-0/+11
* tests: Add test for siblings overwiting good type guessesstuarthayhurst2023-04-171-0/+22
* linux: Add test about headset devices detectionBastien Nocera2023-04-151-0/+22
* tests: Fix charging test in test_battery_state_guessingBastien Nocera2023-04-151-1/+1
* tests: Remove assertion in test_battery_state_guessingBastien Nocera2023-04-151-1/+3
* tests: Fix discharge rates in test_battery_state_guessingBastien Nocera2023-04-151-2/+4
* linux: Fix getting properties in assertDevs()Bastien Nocera2023-04-141-1/+1
* linux: Fix broken assertDevs() device loopBastien Nocera2023-04-141-2/+2
* linux: Test fix for warning when a duplicate device appearsBastien Nocera2023-02-281-11/+11
* linux: Test adding Bluetooth devices after daemon startBastien Nocera2023-02-281-2/+10
* linux: Fix dbusmock addition of fake batteryBastien Nocera2023-02-281-0/+6
* linux: Add test for Logitech HID++/Bluetooth deduplicationBastien Nocera2023-02-271-0/+90
* linux: Fix device paths in testsBastien Nocera2023-02-271-8/+8
* linux: Test for "present" sysfs attribute handlingBastien Nocera2023-02-211-0/+36
* enumerator-udev: also check for an idevice on "usb" subsystemMaciej S. Szmigiero2022-10-291-0/+8
* linux: Test whether BT mice get de-duplicatedBastien Nocera2022-09-051-0/+15
* linux: Make BT mouse export its serial numberBastien Nocera2022-09-051-1/+2
* linux: Make BT mice use the same address in testsBastien Nocera2022-09-051-5/+5
* test: Add battery ID changing test for history loading/savingBenjamin Berg2022-06-221-0/+42
* test: Fix flaky battery aggregation testBenjamin Berg2022-06-211-5/+10
* battery: Add full/empty guessing based on capacityBenjamin Berg2022-06-211-0/+34
* test: Add test for charging/discharging guessing based on rateBenjamin Berg2022-06-211-0/+40
* linux: Use new battery class and drop unused codeBenjamin Berg2022-06-211-3/+4
* test: Disable battery polling to make test more stableBenjamin Berg2022-06-151-1/+10
* test: Test state guessing for one and two batteriesBenjamin Berg2022-06-141-32/+41
* test: Properly wait for idle handler after ueventsBenjamin Berg2022-06-091-6/+15
* test: Add test for mice that have keysBenjamin Berg2022-06-081-0/+41
* test: Test all possible inputs for daemon state aggregationBenjamin Berg2022-06-071-48/+71
* supply: Consistently use 90% threshold to consider a battery fullBenjamin Berg2022-06-031-2/+2
* test: Disable systemd v251 sysfs verificationBenjamin Berg2022-05-251-0/+2
* test: Stop processes using cleanup functionBenjamin Berg2022-05-201-11/+12
* test: Only assert daemon log is closed if daemon is startedBenjamin Berg2022-05-201-1/+1
* test: Do not redirect helper stdoutBenjamin Berg2022-05-201-6/+2
* test: Allow daemon to take 5 seconds for shutdownBenjamin Berg2022-05-201-1/+1
* test: Turn off buffering when executing directlyBenjamin Berg2022-05-201-1/+1
* linux: Fix exception check when on test daemon shutdownBenjamin Berg2022-05-191-1/+1
* linux: Add test verifying sibling tracking cleanup worksBenjamin Berg2022-05-171-7/+30
* linux: Add wacom testsBenjamin Berg2022-05-161-0/+66
* linux: Add helper to assert devices and propertiesBenjamin Berg2022-05-161-0/+21
* linux: Do not create intermediate proxy to fetch propertiesBenjamin Berg2022-05-161-12/+18
* linux: Test that line-power events don't cause battery pollingBenjamin Berg2022-05-161-1/+3
* linux: Ensure clean shutdown after testsBenjamin Berg2022-05-121-2/+9
* linux: Add non-hid parent to hidpp testsBenjamin Berg2022-05-121-3/+27
* linux: Test changes after BT HID power_supply subtree moveBenjamin Berg2022-05-111-2/+2
* linux: Use OutputChecker to inspect daemon logBenjamin Berg2022-05-101-31/+15
* linux: Enable fatal-warnings for most testsBenjamin Berg2022-05-101-4/+4
* linux: Provide temporary history directory in testsBenjamin Berg2022-05-101-0/+4
* linux: Create an empty configuration file for every testBenjamin Berg2022-05-101-2/+3
* linux: Always start logind during testBenjamin Berg2022-05-101-6/+1
* linux: Test fast-polling stops after 5 secondsBenjamin Berg2022-05-101-0/+6