~brendan-donegan/checkbox/0.15.2

« back to all changes in this revision

Viewing changes to jobs/rendercheck.txt.in

  • Committer: brendan-donegan
  • Date: 2013-02-08 17:02:12 UTC
  • Revision ID: brendan.donegan@canonical.com-20130208170212-t27ag1qtbhj8argv
* New upstream release (LP: #1119529)
* Bumped revision number to 0.15.1 and restored previous trunk changelog.
* jobs/peripheral.txt.in: fixed string with repeated "add" (LP: #1102665) 
* scripts/graphics_stress_test: added missing import (LP: #1102812)
* scripts/rendercheck_test - added missing import for errno (LP: #1103343)
  jobs/rendercheck.txt.in - fixed command string to report the correct exit
  code to checkbox

* Converted kvm virtualization test to python3. Test will use parameters
  in config file in the event the system under test does not have internet
  access. Updated jobs/virtualization.txt.in

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
name: rendercheck/tests
3
3
requires:
4
4
 package.name == 'x11-apps'
5
 
command: rendercheck_test -d -o $CHECKBOX_DATA/rendercheck-results && echo "Rendercheck tests completed successfully" || echo "Rendercheck completed, but there are errors. Please see the log $CHECKBOX_DATA/rendercheck-results for details"
 
5
command: ( rendercheck_test -d -o $CHECKBOX_DATA/rendercheck-results && echo "Rendercheck tests completed successfully" ) || ( echo "Error running rendercheck. Please see the log $CHECKBOX_DATA/rendercheck-results for details" >&2 && false )
6
6
_description:
7
7
 Runs all of the rendercheck test suites. This test can take a few minutes.
8
8