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

« back to all changes in this revision

Viewing changes to examples/checkbox.ini

  • Committer: Bazaar Package Importer
  • Author(s): Marc Tardif
  • Date: 2009-01-20 16:46:15 UTC
  • Revision ID: james.westby@ubuntu.com-20090120164615-7iz6nmlef41h4vx2
Tags: 0.4
* Setup bzr-builddeb in native mode.
* Removed LGPL notice from the copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This configuration file provides default values for checkbox.
 
2
#
 
3
# Each section is defined within square brackets and must be named
 
4
# carefully as can be seen from the examples below.
 
5
#
 
6
# Each variable can be overwritten from the environment. The variable
 
7
# is case insensitive so it could be defined in lower or upper case.
 
8
 
 
9
[DEFAULT]
 
10
 
 
11
# Version for this configuration.
 
12
version = dev
 
13
 
 
14
# List of plugin sections to load.
 
15
plugins = checkbox/plugins
 
16
 
 
17
# List of registry sections to load.
 
18
registries = checkbox/registries
 
19
 
 
20
[checkbox/registries]
 
21
 
 
22
# Space separated list of directories where registries are stored.
 
23
directories = %(checkbox_share)s/registries
 
24
 
 
25
[checkbox/registries/cpuinfo]
 
26
 
 
27
# Filename where cpuinfo is stored.
 
28
filename = /proc/cpuinfo
 
29
 
 
30
[checkbox/registries/dpkg]
 
31
 
 
32
# Command to retrieve dpkg information.
 
33
command = dpkg --version
 
34
 
 
35
[checkbox/registries/gconf]
 
36
 
 
37
# Home directory for users.
 
38
directory = /home
 
39
 
 
40
# Configuration source to use for a user.
 
41
source = %(directory)s/$user/.gconf
 
42
 
 
43
# Command to retrieve gconf information.
 
44
command = gconftool-2 -R / --config-source xml:readwrite:%(source)s
 
45
 
 
46
[checkbox/registries/hal]
 
47
 
 
48
# Command to retrieve hal information.
 
49
command = lshal
 
50
 
 
51
[checkbox/registries/hald]
 
52
 
 
53
# Command to retrieve hald information.
 
54
command = hald --version 2>&1
 
55
 
 
56
[checkbox/registries/hw]
 
57
 
 
58
# Command to retrieve hw information.
 
59
command = lshw -numeric 2>/dev/null
 
60
 
 
61
# Command to retrieve the hw version.
 
62
version = lshw -version 2>/dev/null
 
63
 
 
64
[checkbox/registries/lsb]
 
65
 
 
66
# Command to retrieve LSB information.
 
67
command = lsb_release -a 2>/dev/null
 
68
 
 
69
[checkbox/registries/mounts]
 
70
 
 
71
# Filename where mounts arel stored.
 
72
filename = /proc/mounts
 
73
 
 
74
[checkbox/registries/pvs]
 
75
 
 
76
# Command to retrieve physical volume information
 
77
command = pvs
 
78
 
 
79
[checkbox/registries/packages]
 
80
 
 
81
# Command to retrieve packages.
 
82
command = COLUMNS=200 dpkg -l
 
83
 
 
84
[checkbox/plugins]
 
85
 
 
86
# Space separated list of directories where plugins are stored.
 
87
directories = %(checkbox_share)s/plugins
 
88
 
 
89
# Filename where plugin data is persisted
 
90
persist_filename = %(checkbox_data)s/plugins.bpickle
 
91
 
 
92
[checkbox/plugins/category_prompt]
 
93
 
 
94
# Category of the system: desktop, laptop or server
 
95
category =
 
96
 
 
97
[checkbox/plugins/boot_prompt]
 
98
 
 
99
# Enable running checkbox at boot time.
 
100
enable = false
 
101
 
 
102
[checkbox/plugins/client_info]
 
103
 
 
104
# Placeholder for client info plugin.
 
105
 
 
106
[checkbox/plugins/delay_prompt]
 
107
 
 
108
# Timeout for an initial delay
 
109
timeout = 0
 
110
 
 
111
[checkbox/plugins/disk_info]
 
112
 
 
113
# Filename where casper logs installation information.
 
114
filename = /var/log/installer/casper.log
 
115
 
 
116
[checkbox/plugins/exchange_prompt]
 
117
 
 
118
# E-mail address used to sign in to Launchpad.
 
119
email =
 
120
 
 
121
[checkbox/plugins/launchpad_report]
 
122
 
 
123
# Filename where submission information is cached.
 
124
filename = %(checkbox_data)s/submission.xml
 
125
 
 
126
[checkbox/plugins/launchpad_exchange]
 
127
 
 
128
# URL where to send submissions.
 
129
transport_url = https://launchpad.net/+hwdb/+submit
 
130
 
 
131
# Timeout value for each submission.
 
132
timeout = 120
 
133
 
 
134
[checkbox/plugins/lock_prompt]
 
135
 
 
136
# Filename where the application lock is stored.
 
137
filename = %(checkbox_data)s/lock
 
138
 
 
139
[checkbox/plugins/packages_info]
 
140
 
 
141
# Maximum number of packages per request
 
142
max_per_request = 100
 
143
 
 
144
[checkbox/plugins/proxy_info]
 
145
 
 
146
# HTTP proxy to use instead of the one specified in environment.
 
147
http_proxy =
 
148
 
 
149
# HTTPS proxy to use instead of the one specified in environment.
 
150
https_proxy =
 
151
 
 
152
[checkbox/plugins/results_info]
 
153
 
 
154
# Maximum number of results per request
 
155
max_per_request = 20
 
156
 
 
157
[checkbox/plugins/suites_info]
 
158
 
 
159
# Space separated list of directories where suite files are stored.
 
160
directories = %(checkbox_share)s/suites
 
161
 
 
162
# Executable path for running scripts. These might be
 
163
# referenced from the above suites for example.
 
164
scripts_path = %(checkbox_share)s/scripts
 
165
 
 
166
# Data path containing files for scripts.
 
167
data_path = %(checkbox_share)s/data
 
168
 
 
169
[checkbox/plugins/submission_info]
 
170
 
 
171
# Submission ID to exchange information with the server.
 
172
submission_id =
 
173
 
 
174
[checkbox/plugins/subunit_report]
 
175
 
 
176
# Filename where to store the subunit report
 
177
filename = %(checkbox_data)s/subunit.log
 
178
 
 
179
[checkbox/plugins/system_info]
 
180
 
 
181
# System ID to exchange information with the server.
 
182
system_id =
 
183
 
 
184
[checkbox/plugins/test_prompt]
 
185
 
 
186
# Plugin priorities for running tests
 
187
plugin_priorities = manual