~roadmr/checkbox/graphics_card_jobs

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-checkbox/jobs/graphics.txt.in

  • Committer: Daniel Manrique
  • Date: 2014-04-25 22:30:50 UTC
  • Revision ID: roadmr@ubuntu.com-20140425223050-h71col2gxj5h4tjy
providers:checkbox: converted minimum_resolution

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
      Is this acceptable for your display on the $product graphics card?
102
102
 EOF
103
103
 
104
 
plugin: shell
105
 
id: graphics/minimum_resolution
106
 
requires:
107
 
 device.category == 'VIDEO'
108
 
command: resolution_test --horizontal 800 --vertical 600
109
 
estimated_duration: 0.331
110
 
_description:
111
 
 Ensure the current resolution meets or exceeds the recommended minimum
112
 
 resolution (800x600). See here for details:
113
 
 .
114
 
 https://help.ubuntu.com/community/Installation/SystemRequirements
 
104
id: graphics/generator_minimum_resolution
 
105
requires: device.category == 'VIDEO'
 
106
_description: Minimum resolution tests
 
107
_summary: Minimum resolution tests
 
108
plugin: local
 
109
command:
 
110
 cat <<'EOF' | run_templates -t -s 'graphics_card_resource'
 
111
 plugin: shell
 
112
 id: graphics/`echo ${index}`_minimum_resolution_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`
 
113
 requires:
 
114
  device.category == 'VIDEO'
 
115
 command: resolution_test --horizontal 800 --vertical 600
 
116
 estimated_duration: 0.331
 
117
 _summary: Test that $product meets minimum resolution requirement
 
118
 _description:
 
119
  Ensure the current resolution meets or exceeds the recommended minimum
 
120
  resolution (800x600) on the $product graphics card. See here for details:
 
121
  https://help.ubuntu.com/community/Installation/SystemRequirements
115
122
 
116
123
id: graphics/maximum_resolution
117
124
requires: device.category == 'VIDEO'