1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
Source: plainbox-provider-checkbox
Section: utils
Priority: optional
Maintainer: Checkbox Developers <checkbox-dev@lists.launchpad.net>
Uploaders: Sylvain Pineau <sylvain.pineau@canonical.com>,
Zygmunt Krynicki <zygmunt.krynicki@canonical.com>,
Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
intltool,
plainbox-provider-resource-generic (>= 0.25~),
python3-plainbox (>= 0.27~),
python3,
python3-checkbox-support (>= 0.25~)
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/plainbox-provider-checkbox/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/plainbox-provider-checkbox/trunk/
Homepage: http://launchpad.net/checkbox
Package: plainbox-provider-checkbox
Architecture: any
Depends: plainbox-provider-resource-generic (>= 0.25~),
python3,
python3-checkbox-support (>= 0.25~),
${misc:Depends},
${shlibs:Depends}
Recommends: bonnie++,
curl,
ethtool,
gir1.2-cheese-3.0,
gir1.2-gst-plugins-base-1.0,
gir1.2-gstreamer-1.0,
gstreamer1.0-plugins-good,
gstreamer1.0-pulseaudio,
hdparm,
kmod,
libgstreamer1.0-0,
lshw,
pm-utils,
python3-apt,
python3-dbus,
python3-gi,
python3-guacamole,
smartmontools,
sysstat
Suggests: fswebcam,
fwts,
glmark2,
glmark2-es2,
gtkperf,
imagemagick,
mesa-utils,
obexftp,
render-bench,
stress,
wmctrl
Description: CheckBox provider for PlainBox
This package provides the CheckBox jobs collection, i.e the hardware test
definitions and scripts originally included with CheckBox.
It is used together alongside with PlainBox.
.
Jobs are smallest units of testing that can be performed by PlainBox.
All jobs have an unique name. There are many types of jobs, some are fully
automated others are fully manual.
|