diff options
| author | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-28 11:18:41 -0400 |
|---|---|---|
| committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-28 11:18:41 -0400 |
| commit | 3c027af96e59d68bdd37cc4638983f026817e0d0 (patch) | |
| tree | 805f4ffa373b4f64114d1133ef6f147fcdc4b2d9 /jobs | |
| parent | 182449e2e112b0f81c4c8a8e97f1b9a6f21d3c23 (diff) | |
providers:checkbox: Test definition fixes for power-management.
Changed incorrect plugin in two test definitions. user-verify starts the test without warning and we want to give the user instructions and then have him start the test explicitly.
Diffstat (limited to 'jobs')
| -rw-r--r-- | jobs/power-management.txt.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jobs/power-management.txt.in b/jobs/power-management.txt.in index 1e5fe550..51734ff2 100644 --- a/jobs/power-management.txt.in +++ b/jobs/power-management.txt.in @@ -99,7 +99,7 @@ _description: VERIFICATION: Does closing your laptop lid cause your system to suspend? -plugin: user-interact +plugin: user-interact-verify id: power-management/lid_close estimated_duration: 60.0 requires: device.product == 'Lid Switch' @@ -118,7 +118,7 @@ _description: VERIFICATION: Did the screen turn off while the lid was closed? -plugin: user-interact +plugin: user-interact-verify id: power-management/lid_open estimated_duration: 60.0 requires: device.product == 'Lid Switch' |
