~checkbox-dev/checkbox/trunk

« back to all changes in this revision

Viewing changes to jobs/optical.txt.in

  • Committer: Brendan Donegan
  • Date: 2011-10-18 09:47:45 UTC
  • mfrom: (1018.2.26 checkbox_ui_rewrite)
  • Revision ID: brendan.donegan@canonical.com-20111018094745-wuj9vs836pxvfht0
Merged job description changes from checkbox_ui_rewrite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
plugin: manual
 
1
plugin: shell
2
2
name: optical/detect
3
3
requires: device.category == 'CDROM' 
4
4
command:
5
5
 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=CDROM"' | sed '/^$/d'
6
6
 $vendor $product
7
7
 EOF
8
 
_description:
9
 
 The following optical drives were detected:
10
 
 .
11
 
 $output
12
 
 .
13
 
 Is this correct?
 
8
_description: Test to detect the optical drives
14
9
 
15
10
plugin: local
16
11
name: optical/read
25
20
 user: root
26
21
 command: optical_read_test /dev/`ls /sys$path/block`
27
22
 _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.
 
23
  PURPOSE:
 
24
      This test will check your optical devices
 
25
  STEPS:
 
26
      1. Insert appropriate non-blank media into your optical drive(s)
 
27
      2. Click "Test" to automatically test reading
 
28
  VERIFICATION:
 
29
      Did it read correctly?
31
30
 EOF
32
31
 
33
32
plugin: manual
35
34
depends: optical/detect
36
35
requires: device.category == 'CDROM'
37
36
_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?
 
37
 PURPOSE:
 
38
     This test will check your CDROM writing capabilities
 
39
 STEPS:
 
40
     1. Enter a blank CDROM into your drive
 
41
     2. Write something in the CDROM
 
42
     3. Read the newly written CDROM
 
43
 VERIFICATION:
 
44
     Was the data correctly written?
42
45
 
43
46
plugin: manual
44
47
name: optical/cdrom-audio-playback
45
48
depends: optical/read
46
49
_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?
 
50
 PURPOSE:
 
51
     This test will check your CD audio playback capabilities
 
52
 STEPS:
 
53
     1. Insert an audio CD in your optical drive
 
54
     2. Open the Dash (click on the Ubuntu Circle of Friends button on the Launcher)
 
55
     3. Click "Listen to Music" to open Banshee
 
56
     4. Select the CD under "Libraries" in the left panel of Banshee
 
57
     5. Click the Play button to listen to music
 
58
     6. Stop playing after some time
 
59
     7. Right click on the CD icon under "Libraries" and select "Eject Disc"
 
60
     8. The CD should be ejected
 
61
     9. Close Banshee
 
62
 VERIFICATION:
 
63
     Did all the steps work?
58
64
 
59
65
plugin: manual
60
66
name: optical/dvd-write
61
67
depends: optical/detect
62
68
requires: device.category == 'CDROM'
63
69
_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?
 
70
 PURPOSE:
 
71
     This test will check your DVD writing capabilities
 
72
 STEPS:
 
73
     1. Enter a blank DVD into your drive
 
74
     2. Write something in the DVD
 
75
     3. Read the newly written DVD
 
76
 VERIFICATION:
 
77
     Was the data correctly written?
68
78
 
69
79
plugin: manual
70
80
name: optical/dvd_movie_playback
71
81
depends: optical/read
72
82
_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?
 
83
 PURPOSE:
 
84
     This test will check your DVD movie playback capabilities. Note that installation of non-free software (codecs, player, etc) may be required prior to performing this test.
 
85
 STEPS:
 
86
     1. Insert a DVD that contains any movie in your optical drive
 
87
     2. Open the Dash (click on the Ubuntu Circle of Friends button on the Launcher)
 
88
     3. Click "Media Apps" and then click on "Movie Player"
 
89
     4. Play the movie using Movie Player, stop the movie after verifying that it plays
 
90
     6. Eject the DVD
 
91
 VERIFICATION:
 
92
     Did all the steps work?
83
93
 
84
94
plugin: manual
85
95
name: optical/dvd_playback
88
98
 device.category == 'CDROM'
89
99
 package.name == 'totem'
90
100
_description:
91
 
 Insert a DVD.  Then select Test to play the DVD in Totem.
92
 
 .
93
 
 Did the file play?
 
101
 PURPOSE:
 
102
     This test will check your DVD  playback capabilities
 
103
 STEPS:
 
104
     1. Insert a DVD that contains any movie in your optical drive
 
105
     2. Click "Test" to play the DVD in Totem
 
106
 VERIFICATION:
 
107
     Did the file play?