~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

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

  • Committer: Sylvain Pineau
  • Date: 2014-07-29 16:05:54 UTC
  • mto: This revision was merged to the branch mainline in revision 3149.
  • Revision ID: sylvain.pineau@canonical.com-20140729160554-qev8887xbunn9tmi
checkbox-ng:launchers:checkbox-cli: The checkbox-cli launcher

Running the default whitelist (with the suite selection screen skipped)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  shopt -s extglob
55
55
  cat $PLAINBOX_PROVIDER_DATA/../jobs/disk.txt?(.in)
56
56
 
57
 
id: __dock__
58
 
plugin: local
59
 
_description: Docking tests
60
 
command:
61
 
  shopt -s extglob
62
 
  cat $PLAINBOX_PROVIDER_UNITS/dock.pxu
63
 
 
64
57
id: __ethernet__
65
58
plugin: local
66
59
_description: Ethernet Device tests
108
101
_description: Graphics tests
109
102
command:
110
103
  shopt -s extglob
111
 
  cat $PLAINBOX_PROVIDER_DATA/../jobs/graphics.txt?(.in) $PLAINBOX_PROVIDER_DATA/../jobs/graphics-legacy.txt?(.in) 
 
104
  cat $PLAINBOX_PROVIDER_DATA/../jobs/graphics.txt?(.in)
112
105
 
113
106
id: __hibernate__
114
107
plugin: local
236
229
  shopt -s extglob
237
230
  cat $PLAINBOX_PROVIDER_DATA/../jobs/peripheral.txt?(.in)
238
231
 
 
232
id: __piglit__
 
233
plugin: local
 
234
_description: Piglit tests
 
235
command:
 
236
  shopt -s extglob
 
237
  cat $PLAINBOX_PROVIDER_DATA/../jobs/piglit.txt?(.in)
 
238
 
239
239
id: __power-management__
240
240
plugin: local
241
241
_description: Power Management tests
257
257
  shopt -s extglob
258
258
  cat $PLAINBOX_PROVIDER_DATA/../jobs/suspend.txt?(.in)
259
259
 
260
 
id: __thunderbolt__
261
 
plugin: local
262
 
_description: Thunderbolt tests
263
 
command:
264
 
  shopt -s extglob
265
 
  cat $PLAINBOX_PROVIDER_DATA/../jobs/thunderbolt.pxu
266
 
 
267
260
id: __touchpad__
268
261
plugin: local
269
262
_description: Touchpad tests
326
319
command:
327
320
  shopt -s extglob
328
321
  cat $PLAINBOX_PROVIDER_DATA/../jobs/smoke.txt?(.in)
 
322
 
 
323
id: __sniff__
 
324
plugin: local
 
325
_description: Sniff Sniffers
 
326
command:
 
327
 shopt -s extglob
 
328
 cat $PLAINBOX_PROVIDER_DATA/../jobs/sniff.txt?(.in)
 
329