~ubuntu-branches/ubuntu/quantal/checkbox/quantal

« back to all changes in this revision

Viewing changes to jobs/graphics.txt.in

  • Committer: Package Import Robot
  • Author(s): Javier Collado, Brendan Donegan, Javier Collado, Marc Tardif, Daniel Manrique, Jeff Lane
  • Date: 2012-06-26 16:07:04 UTC
  • mfrom: (15.1.1 lucid-proposed)
  • Revision ID: package-import@ubuntu.com-20120626160704-xukgwy5skzi4hwt4
Tags: 0.14.1
* New upstream release (LP: #1018571)

[Brendan Donegan]
* Fixed up a few things with the gpu_lockup tests. Removed depends,
  renamed to gpu_lockup_suspend to reflect behaviour and removed the
  requirement on Firefox
* Changed suspend_advanced and suspend_advanced_auto to use less
  strict definition of fwts s3 test.

[Javier Collado]
* Make sure that jobs are topologically ordered (LP: #990075)
* Keep job ordering as close to whitelist as possible (LP: #1017951)

[Marc Tardif]
* New version 0.14.1 for Quantal Quetzal development.
* jobs/suspend.txt.in: Fixed trailing newline on otherwise empty line.
* scripts/run_templates: Fixed calls to Popen to use universal_newlines
  to return strings instead of bytes (LP: #1018354)

[Daniel Manrique]
* Fixed duplicate suspend/bluetooth_obex_after_suspend job name.
* scripts/dpkg_resource: Changed encoding from ascii to utf-8 to handle
  non-ascii locales (LP: #1018353)

[Jeff Lane]
* Migrated audio/external-HDMI-playback into checkbox. Modified the
  command to match our other audio tests that save and reset mixer
  levels.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
     2. Was the animation free from slowness/jerkiness?
150
150
 
151
151
plugin: shell
152
 
name: graphics/gpu_lockup
153
 
requires:
154
 
 package.name == 'firefox'
155
 
 package.name == 'fwts'
156
 
 package.name == 'wmctrl'
157
 
 package.name == 'mesa-utils'
158
 
depends: software/firefox-flash-video graphics/glxgears
159
 
user: root
160
 
command: gpu_test
161
 
_description:
162
 
 PURPOSE:
163
 
     Do some challenging operations and check for lockup on the GPU
164
 
 STEPS:
165
 
     1. Create 2 glxgears windows and move them quickly
166
 
     2. Switch workspaces/viewports with wmctrl
167
 
     3. Launch a Flash playback in firefox
168
 
     4. Suspend/resume
169
 
 VERIFICATION:
170
 
     1. Atfer a 60s workload, check kern.log for reported GPU errors
171
 
 
172
 
plugin: shell
173
152
name: graphics/screenshot
174
153
requires: package.name == 'fswebcam'
175
154
command: camera_test still --device=/dev/external_webcam -f ${CHECKBOX_DATA}/screenshot.jpg -q 2>&1 | ansi_parser