diff options
author | cgregan@canonical.com <> | 2014-04-10 09:45:49 -0400 |
---|---|---|
committer | Daniel Manrique <> | 2014-04-10 09:45:49 -0400 |
commit | a9b77d5b114324994c85c59d068ca16832fe25af (patch) | |
tree | 4c9f7a5789e6d7765e4e41d2b9b8cecc24ff0629 | |
parent | d1e1acf5dcf4c94745a320d294b8cb1e3be4eac6 (diff) | |
parent | d82fd0c1aea4ea2571cbda37c3896ba2d78e2b2d (diff) |
"automatic merge by tarmac [r=roadmr][bug=][author=cgregan]"
-rw-r--r-- | jobs/suspend.txt.in | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index b37259d..bc3ff66 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -2052,3 +2052,48 @@ _description: 1. Tap an object on the screen with finger. The cursor should jump to location tapped and object should highlight VERIFICATION: Does tap recognition work? + +plugin: user-verify +id: camera/display_after_suspend +estimated_duration: 120.0 +depends: suspend/suspend_advanced +requires: + device.category == 'CAPTURE' +command: camera_test display +_description: + PURPOSE: + This test will check that the built-in camera works after suspend + STEPS: + 1. Click on Test to display a video capture from the camera for ten seconds. + VERIFICATION: + Did you see the video capture? + +plugin: user-verify +id: camera/still_after_suspend +estimated_duration: 120.0 +depends: camera/display_after_suspend +requires: + package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0' + package.name == 'eog' + package.name == 'fswebcam' or package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0' + device.category == 'CAPTURE' +command: camera_test still +_description: + PURPOSE: + This test will check that the built-in camera works after suspend + STEPS: + 1. Click on Test to display a still image from the camera for ten seconds. + VERIFICATION: + Did you see the image? + +plugin: shell +id: camera/multiple_resolution_after_suspend +estimated_duration: 1.2 +depends: camera/still_after_suspend +requires: + package.name == 'fswebcam' or package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0' + device.category == 'CAPTURE' +command: camera_test resolutions +_description: + Takes multiple pictures based on the resolutions supported by the camera and + validates their size and that they are of a valid format after suspend |