~roadmr/ubuntu/oneiric/checkbox/0.13

« back to all changes in this revision

Viewing changes to jobs/suspend.txt.in

  • Committer: Daniel Holbach
  • Date: 2011-09-15 14:22:15 UTC
  • mfrom: (33.1.1 0.12.7)
  • Revision ID: daniel.holbach@canonical.com-20110915142215-ql6d14yzzsgdqede
Tags: 0.12.7
New upstream release (LP: #850395):
* Redirecting stderr to pipe to fix the gconf_resource script (LP: #832321)
* Clear jobs directory when user selects No to recover question (LP: #836623)
* checkbox/job.py: Guard against bogus timeout values (LP: #827859)
* More explicit handling of string decoding/encoding, avoids problems with
  non-ascii characters (LP: #833747)
* Changed architecture from all to any for checkbox base, to build
  architecture-specific binaries (LP: #833696)
* Several corrections necessary due to test name changes or typos found in
  job files
* Connecting hyper text widgets only once (LP: #827904)
* Detecting MMC readers as OTHER instead of DISK (LP: #822948)
* Validating the hostname in the SSL certificate (LP: #625076)
* Validating the submission.xml (LP: #838123)

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
plugin: manual
147
147
name: suspend/cycle_resolutions_after_suspend
148
148
requires: package.name == 'xorg'
149
 
depends: suspend/suspend_advanced graphics/xrandr_cycle
 
149
depends: suspend/suspend_advanced graphics/cycle_resolution
150
150
_description:
151
151
 This test will check to make sure that supported video modes work after a suspend and resume.  Select Test to begin.
152
152
command: xrandr_cycle --keyword=after_suspend
154
154
plugin: shell
155
155
name: suspend/cycle_resolutions_after_suspend_auto
156
156
requires: package.name == 'xorg'
157
 
depends: suspend/suspend_advanced graphics/xrandr_cycle
 
157
depends: suspend/suspend_advanced graphics/cycle_resolution
158
158
_description:
159
159
 This test will check to make sure supported video modes work after a suspend and resume.
160
160
 This is done automatically by taking screenshots and uploading them as an attachment.