diff options
-rwxr-xr-x | bin/battery_test.py (renamed from bin/battery_test) | 0 | ||||
-rw-r--r-- | units/power-management/jobs.pxu | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/battery_test b/bin/battery_test.py index b2682c7..b2682c7 100755 --- a/bin/battery_test +++ b/bin/battery_test.py 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 |