~roadmr/ubuntu/precise/checkbox/0.13.1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
plugin: manual
name: network
requires: pci.device_class == 2
command: network_test
_description:
 Detecting your network controller(s):
 .
 $output
 .
 Is this correct?

plugin: manual
name: internet
depends: network
command: internet_test
_description:
 Testing your connection to the Internet:
 .
 $output
 .
 Is this correct?