diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 09:39:49 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 09:39:49 +0200 |
commit | 9d34cf3e27014ac1115e2a0b7d3aea52b7137569 (patch) | |
tree | dfdb13a75ec41de827ed254a63b966c08c1dc863 /units | |
parent | 6347c3493eed9ed864d5a83a8698833adfe141b5 (diff) |
bin:battery_test -> battery_test.py
Diffstat (limited to 'units')
-rw-r--r-- | units/power-management/jobs.pxu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/units/power-management/jobs.pxu b/units/power-management/jobs.pxu index a84f004..8ba9e7c 100644 --- a/units/power-management/jobs.pxu +++ b/units/power-management/jobs.pxu @@ -173,7 +173,7 @@ requires: package.name == 'upower' depends: power-management/unplug_ac _description: Checks the battery drain during idle. Reports time and capacity until empty. command: - battery_test -t 90 --idle + battery_test.py -t 90 --idle plugin: shell category_id: com.canonical.plainbox::power-management @@ -184,7 +184,7 @@ requires: depends: power-management/unplug_ac _description: Checks the battery drain while watching a movie. Reports time and capacity until empty. Requires MOVIE_VAR to be set. command: - battery_test -t 90 --movie $MOVIE_VAR + battery_test.py -t 90 --movie $MOVIE_VAR plugin: shell category_id: com.canonical.plainbox::power-management @@ -197,7 +197,7 @@ requires: depends: power-management/unplug_ac _description: Checks the battery drain during suspend. Reports time and capacity until empty. command: - battery_test -t 120 --sleep + battery_test.py -t 120 --sleep plugin: manual category_id: com.canonical.plainbox::power-management |