diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-21 11:33:35 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-21 11:33:35 -0400 |
commit | 29b464e98476b595952fb6519202e79921964ca4 (patch) | |
tree | fbddf5c1db049fdbe47051bcd309f3c173580af0 /jobs | |
parent | 46f70aa4038c6e0f38f13ceb87345b95a9a331e9 (diff) |
providers:checkbox: Change some jobs from user-verify to user-interact-verify
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/graphics.txt.in | 8 | ||||
-rw-r--r-- | jobs/suspend.txt.in | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/jobs/graphics.txt.in b/jobs/graphics.txt.in index 5e43450..e05d51f 100644 --- a/jobs/graphics.txt.in +++ b/jobs/graphics.txt.in @@ -96,7 +96,7 @@ _summary: Default resolution tests plugin: local command: cat <<'EOF' | run_templates -t -s 'graphics_card_resource' - plugin: user-verify + plugin: user-interact-verify id: graphics/`echo ${index}`_screen_resolution_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` requires: device.category == 'VIDEO' @@ -221,7 +221,7 @@ command: _summary: Test graphic memory info for $product. EOF -plugin: user-verify +plugin: user-interact-verify id: graphics/display requires: package.name == 'xorg' @@ -250,7 +250,7 @@ _summary: Resolution cycling tests plugin: local command: cat <<'EOF' | run_templates -t -s 'graphics_card_resource' - plugin: user-verify + plugin: user-interact-verify id: graphics/`echo ${index}`_cycle_resolution_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` requires: package.name == 'xorg' depends: graphics/VESA_drivers_not_in_use @@ -273,7 +273,7 @@ _summary: Rotation tests plugin: local command: cat <<'EOF' | run_templates -t -s 'graphics_card_resource' - plugin: user-verify + plugin: user-interact-verify id: graphics/`echo ${index}`_rotation_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` depends: graphics/xorg-version command: rotation_test diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index 1ff61db..3f533c0 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -234,7 +234,7 @@ _description: VERIFICATION: Was the data correctly transferred? -plugin: user-verify +plugin: user-interact-verify id: suspend/suspend_advanced requires: sleep.mem == 'supported' @@ -269,7 +269,7 @@ _summary: Suspend after graphics card switch tests plugin: local command: cat <<'EOF' | run_templates -t -s 'graphics_card_resource' - plugin: user-verify + plugin: user-interact-verify id: suspend/`echo ${index}`_suspend_after_switch_to_card_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` depends: suspend/suspend_advanced user: root @@ -310,7 +310,7 @@ environ: PLAINBOX_SESSION_SHARE command: set -o pipefail; fwts_test -f none -l $PLAINBOX_SESSION_SHARE/suspend_single -s s3 --s3-sleep-delay=30 --s3-device-check --s3-device-check-delay=45 | tee $PLAINBOX_SESSION_SHARE/suspend_single_times.log estimated_duration: 90.000 -plugin: user-verify +plugin: user-interact-verify id: suspend/hybrid_sleep user: root command: @@ -2148,7 +2148,7 @@ _description: VERIFICATION: Does tap recognition work? -plugin: user-verify +plugin: user-interact-verify id: camera/display_after_suspend estimated_duration: 120.0 depends: suspend/suspend_advanced @@ -2163,7 +2163,7 @@ _description: VERIFICATION: Did you see the video capture? -plugin: user-verify +plugin: user-interact-verify id: camera/still_after_suspend estimated_duration: 120.0 depends: camera/display_after_suspend |