~brendan-donegan/checkbox-certification/lucid_core_backport_mkII

« back to all changes in this revision

Viewing changes to jobs/optical.txt

  • Committer: Marc Tardif
  • Date: 2011-04-01 20:40:56 UTC
  • Revision ID: marc.tardif@canonical.com-20110401204056-2qrax6b1gtriqqbc
BackportedĀ move-stuff-to-compat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
plugin: local
2
 
name: optical_read
3
 
requires: device.category == 'CDROM'
4
 
description: Optical Storage device read tests
5
 
command:
6
 
 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=CDROM"'
7
 
 plugin: manual
8
 
 name: optical_read_`ls /sys$path/block`
9
 
 requires: device.path == "$path"
10
 
 user: root
11
 
 command: optical_read_test /dev/`ls /sys$path/block`
12
 
 description:
13
 
  Please insert appropriate non-blank media into your optical drive(s) and click "Test" to automatically test reading.
14
 
  .
15
 
  The test result will be updated when the test is complete.
16
 
 EOF