~ubuntu-branches/ubuntu/precise/checkbox/precise-201204040741

« back to all changes in this revision

Viewing changes to jobs/usb.txt.in

  • Committer: Package Import Robot
  • Author(s): Ara Pulido, Ara Pulido, Brendan Donegan, Daniel Manrique, Jeff Lane, Marc Tardif
  • Date: 2011-09-01 12:23:07 UTC
  • Revision ID: package-import@ubuntu.com-20110901122307-ryc7ctlg9oa6b1wr
Tags: 0.12.5
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: usb/detect
3
3
requires: package.name == 'linux'
4
4
command: lsusb | sed 's/.*\(ID .*\)/\1/' | head -n 4
5
 
_description:
6
 
 The following USB controllers were detected:
7
 
 .
8
 
 $output
9
 
 .
10
 
 Is this correct?
 
5
_description: Detects and shows USB devices attached to this system.
11
6
 
12
7
plugin: manual
13
8
name: usb/disk_detect
14
9
depends: usb/detect
15
 
requires package.name == 'linux'
 
10
requires: package.name == 'linux'
16
11
command: usb_test -l
17
12
_description:
18
13
 Plug in one or more USB keys or hard drives and click Test.