~cr3/ubuntu/quantal/checkbox/0.14

« back to all changes in this revision

Viewing changes to jobs/audio.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: audio/list_devices
3
3
requires:
4
4
 device.category == 'AUDIO'
5
5
 package.name == 'alsa-base'
6
6
command: cat /proc/asound/cards
7
 
_description:
8
 
 Detecting your sound device(s):
9
 
 .
10
 
 $output
11
 
 .
12
 
 Is this correct?
 
7
_description: Test to detect audio devices
13
8
 
14
9
plugin: manual
15
10
name: audio/playback_auto
19
14
 package.name == 'alsa-base' and package.name == 'python-gst0.10'
20
15
command: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink'
21
16
_description:
22
 
 Select Test to play a sound on the automatically detected playback device.
23
 
 .
24
 
 Did you hear a sound and was that sound free of any distortion, clicks or other strange noises?
 
17
 PURPOSE:
 
18
     This test will check that internal speakers work correctly
 
19
 STEPS:
 
20
     1. Make sure that no external speakers or headphones are connected
 
21
        If testing a desktop, external speakers are allowed
 
22
     2. Click the Test button to play a brief tone on your audio device
 
23
 VERIFICATION:
 
24
     Did you hear a tone?
25
25
 
26
26
plugin: manual
27
27
name: audio/playback_headphones
31
31
 package.name == 'alsa-base' and package.name == 'python-gst0.10'
32
32
command: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink'
33
33
_description:
34
 
 Please connect a pair of headphones to your audio device.
35
 
 .
36
 
 Select Test to play a sound on the automatically detected playback device.
37
 
 .
38
 
 Did you hear a sound through the headphones and did the sound play without any distortion, clicks or other strange noises from your headphones?
 
34
 PURPOSE:
 
35
     This test will check that headphones connector works correctly
 
36
 STEPS:
 
37
     1. Connect a pair of headphones to your audio device
 
38
     2. Click the Test button to play a sound to your audio device
 
39
 VERIFICATION:
 
40
     Did you hear a sound through the headphones and did the sound play without any distortion, clicks or other strange noises from your headphones?
39
41
 
40
42
plugin: manual
41
43
name: audio/alsa_record_playback_internal
45
47
 package.name == 'alsa-base'
46
48
command: alsa_record_playback
47
49
_description:
48
 
 Disconnect any external microphones that you have plugged in.  Select Test, then speak into your internal microphone.  After a few seconds, your speech will be played back to you.
49
 
 .
50
 
 Did you hear your speech played back?
 
50
 PURPOSE:
 
51
     This test will check that recording sound using the onboard microphone works correctly
 
52
 STEPS:
 
53
     1. Disconnect any external microphones that you have plugged in
 
54
     2. Click "Test", then speak into your internal microphone
 
55
     3. After a few seconds, your speech will be played back to you.
 
56
 VERIFICATION:
 
57
     Did you hear your speech played back?
51
58
 
52
59
plugin: manual
53
60
name: audio/alsa_record_playback_external
57
64
 package.name == 'alsa-base'
58
65
command: alsa_record_playback
59
66
_description:
60
 
 Connect a microphone to your microphone port.  Select Test, then speak into the microphone.  After a few seconds, your speech will be played back to you.
61
 
 .
62
 
 Did you hear your speech played back?
 
67
 PURPOSE:
 
68
     This test will check that recording sound using an external microphone works correctly
 
69
 STEPS:
 
70
     1. Connect a microphone to your microphone port
 
71
     2. Click "Test", then speak into the external microphone
 
72
     3. After a few seconds, your speech will be played back to you
 
73
 VERIFICATION:
 
74
     Did you hear your speech played back?
63
75
 
64
76
plugin: manual
65
77
name: audio/alsa_record_playback_usb
68
80
 package.name == 'alsa-base'
69
81
command: alsa_record_playback
70
82
_description:
71
 
 Connect a USB audio device to your system.  Then open the volume control application by left-clicking on the speaker icon in the panel and selecting "Sound Preferences".  Select the "Input" tab and choose your USB device.  Select the "Output" tab and choose your USB device.  When you are done, select Test, then speak into the microphone.  After a few seconds, your speech will be played back to you.
72
 
 .
73
 
 Did you hear your speech played back?
 
83
 PURPOSE:
 
84
     This test will check that a USB audio device works correctly
 
85
 STEPS:
 
86
     1. Connect a USB audio device to your system
 
87
     2. Open the volume control application by left-clicking on the speaker icon in the panel and selecting "Sound Settings"
 
88
     3. Select the "Input" tab and choose your USB device
 
89
     4. Select the "Output" tab and choose your USB device
 
90
     5. Click "Test", then speak into the microphone
 
91
     6. After a few seconds, your speech will be played back to you
 
92
 VERIFICATION:
 
93
     Did you hear your speech played back through the USB headphones?
74
94
 
75
95
plugin: shell
76
96
name: audio/alsa_record_playback_automated