~ara/ubuntu/oneiric/checkbox/checkbox_0.12.5

« back to all changes in this revision

Viewing changes to jobs/bluetooth.txt.in

  • Committer: Ara Pulido
  • Date: 2011-09-01 11:34:45 UTC
  • Revision ID: ara@ubuntu.com-20110901113445-p767wq4b6hrxbal4
New upstream release (LP: #838745):
[Ara Pulido]
* Created a "suspend" suite and renamed relevant tests.
[Brendan Donegan]
* Removed redundant tests in power-management suite.
* Fixed dependencies in power-management suite.
[Daniel Manrique]
* Changed name of apt-get test to reflect the suite it's in.
* Fixed typos in job definitions that caused them to not be run.
* Added missing description to info/hdparm test (LP: #832351)
* Quote command to obtain bluetooth address, to avoid hanging if 
  a device is not present (LP: #836756).
* Added BLUETOOTH category to udev parser.
* Removed some tests from default whitelist.
* Fixed dependencies for keys/sleep.

[Jeff Lane]
* Added new USB storage transfer test
* Re-worked and added automated audio test
[Marc Tardif]
* Added WIRELESS category to udev parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
plugin: manual
 
1
plugin: shell 
2
2
name: bluetooth/detect
3
3
requires: package.name == 'bluez'
4
 
command: hcitool dev | tail -n+2 | awk '{print $2}'
 
4
command: hcitool dev | tail -n+2 | awk '{print $2}' |grep -E "^([0-9a-fA-F]{2}\:){5}[0-9a-fA-F]{2}$"
5
5
_description:
6
 
 The address of your Bluetooth device is:
7
 
 $output
8
 
 .
9
 
 Is this correct?
 
6
 Output address of detected Bluetooth device, if any, or exits with error if none is found.
10
7
 
11
8
plugin: shell
12
9
name: bluetooth/detect-output
13
10
requires: package.name == 'bluez'
14
 
command: hcitool dev | tail -n+2 | awk '{print $2}'
 
11
command: hcitool dev | tail -n+2 | awk '{print $2}'; hcitool dev | tail -n+2 | awk '{print $2}' > $CHECKBOX_DATA/bluetooth_address
15
12
_description:
16
13
 Automated test to store output in checkbox report
17
14
 
34
31
 
35
32
plugin: manual
36
33
name: bluetooth/file-transfer
37
 
depends: bluetooth/browse-files
 
34
depends: bluetooth/browse-files bluetooth/detect
38
35
_description:
39
36
 Bluetooth file transfer procedure:
40
37
 1.- Make sure that you're able to browse the files in your mobile device