~cr3/checkbox/submit

« back to all changes in this revision

Viewing changes to examples/hwtest.ini

  • Committer: ubuntu
  • Date: 2008-01-29 20:32:40 UTC
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: ubuntu@ubuntu-20080129203240-s2me3vbksz3kghrw
Using *_directory configuration variables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This configuration file provides default values for hwtest.
 
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 = hwtest/plugins
 
16
 
 
17
# List of registries sections to load.
 
18
registries = hwtest/registries
 
19
 
 
20
[hwtest/registries]
 
21
 
 
22
# Space separated list of directories where registries are stored.
 
23
directories = %(hwtest_directory)s/registries
 
24
 
 
25
[hwtest/registries/dpkg]
 
26
 
 
27
# Command to retrieve dpkg information.
 
28
command = dpkg --version
 
29
 
 
30
[hwtest/registries/hal]
 
31
 
 
32
# Command to retrieve hal information.
 
33
command = lshal
 
34
 
 
35
[hwtest/registries/hald]
 
36
 
 
37
# Command to retrieve hald information.
 
38
command = hald --version 2>&1
 
39
 
 
40
[hwtest/registries/lsb]
 
41
 
 
42
# Command to retrieve LSB information.
 
43
command = lsb_release -a 2>/dev/null
 
44
 
 
45
[hwtest/registries/cpuinfo]
 
46
 
 
47
# Filename where cpuinfo is stored.
 
48
filename = /proc/cpuinfo
 
49
 
 
50
[hwtest/plugins]
 
51
 
 
52
# Space separated list of directories where plugins are stored.
 
53
directories = %(hwtest_directory)s/plugins
 
54
 
 
55
[hwtest/plugins/category_prompt]
 
56
 
 
57
# Default category which will be selected automatically. The supported
 
58
# categories are: desktop, laptop, server
 
59
category =
 
60
 
 
61
[hwtest/plugins/client_info]
 
62
 
 
63
# Placeholder for client info plugin.
 
64
 
 
65
[hwtest/plugins/exchange_prompt]
 
66
 
 
67
# Default email which will be selected automatically.
 
68
email =
 
69
 
 
70
[hwtest/plugins/launchpad_report]
 
71
 
 
72
# File where submission information is cached.
 
73
cache_file = /tmp/submission.xml
 
74
 
 
75
[hwtest/plugins/launchpad_exchange]
 
76
 
 
77
# URL where to send hardware submissions.
 
78
transport_url = https://launchpad.net/+hwdb/+submit
 
79
 
 
80
[hwtest/plugins/question_info]
 
81
 
 
82
# Space separated list of directories where question files are stored.
 
83
directories = %(hwtest_directory)s/questions
 
84
 
 
85
# Executable path for running scripts. These might be
 
86
# referenced from the above questions for example.
 
87
scripts_path = %(hwtest_directory)s/scripts
 
88
 
 
89
# Data path containing files for scripts.
 
90
data_path = %(hwtest_directory)s/data
 
91
 
 
92
[hwtest/plugins/submission_info]
 
93
 
 
94
# Submission ID to exchange information with the server.
 
95
submission_id =
 
96
 
 
97
[hwtest/plugins/system_info]
 
98
 
 
99
# System ID to exchange information with the server.
 
100
system_id =