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

« back to all changes in this revision

Viewing changes to jobs/networking.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
1
plugin: manual
2
2
name: networking/detect
3
 
requires: device.category == 'NETWORK'
 
3
requires: device.category == 'NETWORK' or device.category == 'WIRELESS'
4
4
command: network_test
5
5
_description:
6
6
 Detecting your network controller(s):
9
9
 .
10
10
 Is this correct?
11
11
 
12
 
plugin: manual
 
12
plugin: shell 
13
13
name: networking/internet
14
14
depends: networking/detect
15
15
command: internet_test
16
 
_description:
17
 
 Testing your connection to the Internet:
18
 
 .
19
 
 $output
20
 
 .
21
 
 Is this correct?
 
16
_description: Tests whether the system has a working Internet connection.
22
17
 
23
18
plugin: local
24
19
name: networking/info
38
33
  Is this correct?
39
34
 EOF
40
35
 
41
 
plugin: shell
42
 
name: networking/wireless_scanning
43
 
user: root
44
 
requires: package.name == 'wireless-tools'
45
 
command: network_wireless_test
46
 
_description: Wireless scanning test.
47
 
 
48
 
plugin: manual
49
 
name: networking/wireless_connection
50
 
command: network_check
51
 
requires: device.category == 'NETWORK'
52
 
_description:
53
 
 Wireless network connection procedure:
54
 
 1.- Click on the Network Manager applet
55
 
 2.- Select a network below the 'Wireless networks' section
56
 
 3.- Notify OSD should confirm that the connection has been established
57
 
 4.- Select Test to verify that it's possible to establish an HTTP connection
58
 
 .
59
 
 Was the connection correctly established?
60
 
 
61
36
plugin: manual
62
37
name: networking/wired_connection
63
38
command: network_check