~roadmr/checkbox/912946

« back to all changes in this revision

Viewing changes to jobs/optical.txt.in

Imported scripts and jobs from Platform Services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: manual
 
2
name: optical
 
3
requires: device.category == 'CDROM' 
 
4
command:
 
5
 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=CDROM"' | sed '/^$/d'
 
6
 $vendor $product
 
7
 EOF
 
8
_description:
 
9
 The following optical drives were detected:
 
10
 .
 
11
 $output
 
12
 .
 
13
 Is this correct?
 
14
 
 
15
plugin: local
 
16
name: optical-read
 
17
requires: device.category == 'CDROM'
 
18
_description: Optical Storage device read tests
 
19
command:
 
20
 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=CDROM"'
 
21
 plugin: manual
 
22
 name: optical-read-`ls /sys$path/block`
 
23
 requires: device.path == "$path" and package.name == 'linux'
 
24
 depends: optical
 
25
 user: root
 
26
 command: optical_read_test /dev/`ls /sys$path/block`
 
27
 _description:
 
28
  Please insert appropriate non-blank media into your optical drive(s) and click "Test" to automatically test reading.
 
29
  .
 
30
  The test result will be updated when the test is complete.
 
31
 EOF
 
32
 
 
33
plugin: manual
 
34
name: cdrom-write
 
35
depends: optical
 
36
requires: device.category == 'CDROM'
 
37
_description:
 
38
 The detected optical drive seems to support writing. Enter a blank CDROM \
 
39
 into your drive and try writing to it.
 
40
 .
 
41
 Does writing work?
 
42
 
 
43
plugin: manual
 
44
name: cdrom-audio-playback
 
45
depends: optical-read
 
46
_description:
 
47
 CD audio playback procedure:
 
48
 1.- Insert an audio cd in your optical drive.
 
49
 2.- An icon should appear on the desktop.
 
50
 3.- Right-click on the icon and select "Open with Rhythmbox".
 
51
 4.- Select the CD as the playback source and press play button.
 
52
 5.- The music should reproduce.
 
53
 6.- Stop music reproduction after some time.
 
54
 7.- Right click on the desktop icon and select "Eject Volume".
 
55
 8.- The CD should be ejected and the icon removed from the desktop.
 
56
 .
 
57
 Did all the steps work?
 
58
 
 
59
plugin: manual
 
60
name: dvd-write
 
61
depends: optical
 
62
requires: device.category == 'CDROM'
 
63
_description:
 
64
 The detected optical drive seems to support writing. Enter a blank DVD \
 
65
 into your drive and try writing to it.
 
66
 .
 
67
 Does writing work?
 
68
 
 
69
plugin: manual
 
70
name: dvd-movie-playback
 
71
depends: optical-read
 
72
_description:
 
73
 DVD movie playback procedure:
 
74
 1.- Insert a DVD that contains any movie in your optical drive.
 
75
 2.- A window should appear with some actions that you may choose. Select 'Open Movie Player'.
 
76
 3.- The player should be opened and the movie should reproduce.
 
77
 4.- Stop movie reproduction after some time.
 
78
 5.- An icon should appear in the desktop.
 
79
 6.- Right click on the icon and select "Eject Volume".
 
80
 7.- The DVD should be ejected and the icon removed from the desktop.
 
81
 .
 
82
 Did all the steps work?