~ubuntu-branches/ubuntu/quantal/checkbox/quantal

« back to all changes in this revision

Viewing changes to jobs/optical.txt.in

  • Committer: Package Import Robot
  • Author(s): Daniel Manrique, Marc Tardif, Daniel Manrique, Jeff Lane, Ara Pulido, Brendan Donegan, Javier Collado
  • Date: 2011-11-18 12:46:21 UTC
  • Revision ID: package-import@ubuntu.com-20111118124621-87rjnjm27ool11e6
Tags: 0.13
New upstream release (LP: #892268):

[Marc Tardif]
* Generate a submission.xml file that contains all device and attachment
* Write the report before reporting the validation error.
* Changed device.product to dmi.product for the formfactor (LP: #875312)

[Daniel Manrique]
* Use gettext for string (LP: #869267)
* Move progress indicator to main checkbox dialog instead of a 
  transient window (LP: #868995)
* Ignore malformed dpkg entries in package_resource (LP: #794747)
* Reset window title after finishing a manual test (LP: #874690)
* Handle "@" in locale names (as in ca@valencia).

[Jeff Lane]
* Went through all the job files and:
  * Updated descriptions to match Unity UI structure
  * Added descriptions where necessary
  * Added further details to some descriptions
  * Moved some jobs to more appropriate files
  * Fixed job names in older job files to match new naming scheme 
    (suite/testname)
  * Added jobs to local.txt to ensure all job files are now parsed
    (this allows easier addition of existing tests to whitelists)
  * Changed remaining manual job descriptions to match the new format
* Updated CD and DVD write tests to be more clear about when to skip
  them (LP: #772794)

[Ara Pulido]
* Rewrote all job descriptions to match OEM QA syntax

[Brendan Donegan]  
* Fix the code that assigns keys in checkbox-cli so that it never assigns
  keys which have other uses. (LP: #877467)
* Show details of unmet job requirements (LP: #855852)
* Ensure that connect_wireless chooses a wireless connection from the list
  of available connections (LP: #877752)
* Have the bluetooth/detect tests require a device with the category
  BLUETOOTH to run, thus preventing the test from failing on systems with
  no Bluetooth device (LP: #862322)
* Rename attachment jobs to not have a forward slash in their name
  (LP: #887964)
* Guard against trying to write files to logical partitions on USB sticks
  (which will obviously fail) in usb_test (LP: #887049)
* Make the OpenGL test ignore the return value of glxgears and improve
  the test description (LP: #890725)
* Allow input/mouse test to run if a TOUCH device is present
  (LP: #886129)

[ Javier Collado ]
* Broken job dependencies fixed (LP: #888447)
* Regex support when specifying blacklists and whitelists on the
  commandline (LP: #588647)

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 system's CDROM writing capabilities. If your drive does not support writing CDs or you do not have any blank CD media, please skip this test.
 
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 system's DVD writing capabilities. If your drive does not support writing DVDs or you do not have any blank DVD media, please skip this test.
 
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?