chiark / gitweb /
bugfixes; much better apt-get handling; still does not work quite right; see todos...
[autopkgtest.git] / runner / adt-run.1
1 .TH adt\-run 1 2006 autopkgtest "Linux Programmer's Manual"
2 .SH NAME
3 adt\-run \- test an installed binary package using the package's tests
4 .SH SYNOPSYS
5 .B adt\-run
6 .IR options ...
7 .B \-\-\-
8 .I virt\-server
9 .RI [ virt\-server\-arg ...]
10 .br
11 .SH DESCRIPTION
12 .B adt\-run
13 is the program for invoking the autopkgtest package testing machinery.
14
15 autopkgtest is a facility for testing binary packages, as installed on
16 a system (such as a testbed system).  The tests are those supplied in
17 the source package.
18
19 adt\-run runs each test supplied by a particular package and reports
20 the results.  It drives the specified virtualisation regime as
21 appropriate, and parses the test description metadata, and arranges
22 for data to be copied to and from the testbed as required.
23
24 adt\-run should be invoked (unless options to the contrary are
25 supplied) in the top level directory of the built source tree, on the
26 host.  The package should be installed on the testbed.
27
28 .SH PROCESSING INSTRUCTIONS
29 .TP
30 .BR --tests-tree " " \fIdirectory\fR
31 Specifies that tests from the built source tree
32 .IR directory
33 should be run.  Note that the packages that would normally be
34 installed as a result of \fB*\fR in the tests' \fBDepends\fR field
35 (which includes the case where the \fBDepends\fR field is not
36 specified) are \fInot\fR installed.  The caller must explicitly
37 instruct \fBadt-run\fR to install any relevant packages.
38 .TP
39 .BR --source " " \fIdsc\fR
40 Builds \fIdsc\fR.  The resulting binaries will (by default) be used to
41 satisfy dependencies.  The tests from that built tree will also be run
42 (by default).  The ordering is significant: each \fB--source\fR option
43 should precede options whose dependencies are to be satisfied by the
44 binaries it produces.
45 .TP
46 .BR --binary " " \fIdeb\fR
47 Specifies that \fIdeb\fR should be used.  By default it will be used
48 to satisfy dependencies, both during building and testing, but not
49 necessarily installed.  The ordering is significant, as for
50 \fB--source\fR.
51 .TP
52 .I filename
53 Bare filename arguments are processed as if
54 .BR --tests-tree ", " --source " or " --binary
55 was specified; the nature of the argument is guessed from the form of
56 the filename.  (So in the case of \fB--tests-tree\fR, either the
57 option must be specified, or the filename must end in a slash.)
58 .SH PROCESSING OPTIONS
59 These affect modify processing instructions.  Unless stated
60 otherwise, they affect all subsequent options.
61 .TP
62 .BR --paths-testbed | --paths-host
63 Specifies that subsequent pathnames in command-line arguments refer to
64 files on the testbed, or on the host, respectively.  The default is
65 \fB--paths-host\fR.
66 .TP
67 .BR --sources-tests | --sources-no-tests
68 Specifies that the tests in subsequent \fB--source\fR arguments should
69 (or should not) be run.
70 .TP
71 .BR --built-binaries-filter= \fIpattern\fB,\fIpattern\fB,\fR...
72 Specifies that only binaries whose package names match one of the
73 specified patterns should be used; others will be ignored.  This
74 option applies to subsequent \fB--source\fR arguments.
75 .TP
76 .BR --no-built-binaries
77 Specifies that all built binaries should be ignored completely;
78 equivalent to
79 .BR --built-binaries-filter=_
80 (since no package name ever contains \fB_\fR).
81 .TP
82 .B --binaries=ignore | --binaries=auto | --binaries=install
83 Specifies that binary package (in subsequently specified
84 \fB--binary\fR arguments, or resulting from subsequently specified
85 \fB--source\fR arguments and not filtered out) should be ignored, used
86 only to satisfy dependencies, or installed unconditionally,
87 respectively.  Equivalent to specifying both
88 .BR --binaries-forbuilds " and " --binaries-fortests .
89 .TP
90 .BI --binaries-forbuilds= ...
91 Like \fB--binaries=\fR but only changes the handling during package
92 building: packages will be ignored, used for dependencies, or
93 unconditionally installed, when a source package is built.
94 .TP
95 .BI --binaries-fortests= ...
96 Like \fB--binaries=\fR but only changes the handling during testing:
97 packages will be ignored, used for dependencies (including as the
98 package under test), or unconditionally installed, when tests are run
99 (as a result of either \fB--source\fR or \fB--build-tree\fR).
100 .SH OTHER OPTIONS
101 .TP
102 .BI --output-dir " " \fIoutput-dir\fR
103 Specifies that stderr and stdout from the tests should be placed in
104 .IR output-dir .
105 The files were previously named
106 .BI stderr- test
107 and
108 .BI stdout- test
109 for each test
110 .IR test ,
111 and
112 .BR log-buildt " (for the build logs from " --build-source ),
113 .BI log-buildi- i
114 .RI "(for the build logs from the " i th
115 .BR --install-from-source ),
116 .BI log-install- j
117 .RI "(for the installation logs from the " j "th installation or removal)".
118 Names have probably changed since this manual was written.
119 .TP
120 .BI --user= user
121 Run builds and tests as \fIuser\fR on the testbed.  This needs root on
122 the testbed; if root on the testbed is not available then builds and
123 tests run as whatever user is provided.
124 .TP
125 .BI --gain-root= gain-root
126 Prefixes
127 .B debian/rules binary
128 with
129 .RB gain-root .  The default is not to use anything, except that if
130 \fB--user\fR is supplied or root on the testbed is not available the
131 default is \fBfakeroot\fR.
132 .TP
133 .BI --tmp-dir= tmpdir
134 Specifies that \fItmpdir\fR should be used instead of a fresh
135 temporary directory on the host.  \fItmpdir\fR will be created if
136 necessary, and emptied of all of its contents before \fBadt-run\fR
137 starts, and it will not be cleaned out afterwards.  \fItmpdir\fR is
138 not affected by \fB--paths-testbed\fR.
139 .B NOTE
140 again that all of the contents of \fItmpdir\fR will be \fBdeleted\fR.
141 .TP
142 .BI --gnupg-home= dir
143 Uses \fIdir\fR as the \fBGNUPGHOME\fR for local apt archive signing.
144 The specified directory should not contain keyrings containing other
145 unrelated keys, since \fBadt-run\fR does not specify to \fBgpg\fR
146 which keys to use.  The default is
147 .BR $HOME/.autopkgtest .
148 \fB--paths-testbed\fR has no effect on this option.
149 .TP
150 .B --gnupg-home=fresh
151 Use a fresh temporary directory and generate fresh keys each run.
152 This can be very slow and depends on the availability of sufficient
153 quantities of high-quality entropy.
154 .TP
155 .BR -d " | " --debug
156 Enables debugging output.  Probably not hugely interesting.
157 .TP
158 \fB---\fR \fIvirt-server virt-server-arg\fR...
159 Specifies the virtualisation regime server, as a command and arguments
160 to invoke.  All the remaining arguments and options after
161 .B ---
162 are passed to the virtualisation server program.
163
164 .SH OUTPUT FORMAT
165 During a normal test run, one line is printed for each test.  This
166 consists of a short string identifying the test, some horizontal
167 whitespace, and either
168 .B PASS
169 or
170 .BR FAIL " reason"
171 or
172 .BR SKIP " reason"
173 where the pass/fail indication is separated by any reason by some
174 horizontal whitespace.
175
176 The string to identify the test consists of a short alphanumeric
177 string invented by \fBadt-run\fR to distinguish different command-line
178 arguments, followed by a hyphen and the test name.
179
180 Sometimes a
181 .B SKIP
182 will be reported when the name of the test is not known or not
183 applicable: for example, when there are no tests in the package, or a
184 there is a test stanza which contains features not understood by this
185 version of
186 .BR adt-run .
187 In this case
188 .B *
189 will appear where the name of the test should be.
190
191 Also, the output:
192 .BR blame:  ...
193 may be produced, where the right hand side is
194 .BI arg: argument
195 (representing a pathname found in a command line argument),
196 .BI dsc: package
197 (a source package name),
198 .BI deb: package
199 (a binary package name)
200 or possibly other strings to be determined.  In case of an erroneous
201 package (see \fBEXIT STATUS\fR) this indicates which arguments and/or
202 packages might have contributed to the problem; the ones which were
203 processed most recently and which are therefore most likely to be the
204 cause of a problem are listed last.
205
206 .SH EXIT STATUS
207 0       all tests passed
208 .br
209 2       at least one test skipped
210 .br
211 4       at least one test failed
212 .br
213 6       at least one test failed and at least one test skipped
214 .br
215 8       no tests in this package
216 .br
217 12      erroneous package
218 .br
219 16      testbed failure
220 .br
221 20      other unexpected failures including bad usage
222
223 .SH SEE ALSO
224 \fBadt-virt-chroot\fR(1)
225
226 .SH BUGS
227 This tool still lacks many important features.
228
229 .SH AUTHORS AND COPYRIGHT
230 This manpage is part of autopkgtest, a tool for testing Debian binary
231 packages.  autopkgtest is Copyright (C) 2006 Canonical Ltd and others.
232
233 See \fB/usr/share/doc/autopkgtest/CREDITS\fR for the list of
234 contributors and full copying conditions.