diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-02-07 11:47:00 +0100 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-02-07 11:47:00 +0100 |
commit | eedb5c04a5e4441cd79172d3dbf3db51e0108a64 (patch) | |
tree | 02ad01bcde163fd9b72fe2bb310bd3bcee0e829f /units/power-management | |
parent | b72a61d4cb498e383211d30308fdb816979405de (diff) |
Allow jobs requiring fwts to run from a checkbox snap
Diffstat (limited to 'units/power-management')
-rw-r--r-- | units/power-management/jobs.pxu | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/units/power-management/jobs.pxu b/units/power-management/jobs.pxu index ce252fc..976f814 100644 --- a/units/power-management/jobs.pxu +++ b/units/power-management/jobs.pxu @@ -19,8 +19,7 @@ environ: PLAINBOX_SESSION_SHARE estimated_duration: 25.0 user: root _description: Test ACPI Wakealarm (fwts wakealarm) -requires: - package.name == 'fwts' or executable.name == 'fwts' +requires: executable.name == 'fwts' command: checkbox-support-fwts_test -f aborted -t wakealarm -l $PLAINBOX_SESSION_SHARE/fwts-wakealarm.log plugin: attachment @@ -38,8 +37,7 @@ estimated_duration: 120.0 depends: power-management/fwts_wakealarm user: root environ: PLAINBOX_SESSION_SHARE -requires: - package.name == 'fwts' +requires: executable.name == 'fwts' command: pm_test --silent --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox poweroff --log-level=debug --log-dir=$PLAINBOX_SESSION_SHARE flags: noreturn autorestart _description: @@ -61,8 +59,7 @@ id: power-management/reboot estimated_duration: 120.0 user: root environ: PLAINBOX_SESSION_SHARE -requires: - package.name == 'fwts' +requires: executable.name == 'fwts' command: pm_test --silent --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox reboot --log-level=debug --log-dir=$PLAINBOX_SESSION_SHARE flags: noreturn autorestart _description: @@ -196,7 +193,7 @@ estimated_duration: 140.0 user: root requires: package.name == 'upower' - package.name == 'fwts' + executable.name == 'fwts' depends: power-management/unplug_ac _description: Checks the battery drain during suspend. Reports time and capacity until empty. command: |