summaryrefslogtreecommitdiffstats
path: root/tests/README
blob: fb7d0a8b9a13879b2fe49e97c7a4178f9a07630c (plain)
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
dpkg functional test-suite
~~~~~~~~~~~~~~~~~~~~~~~~~~

How to run
----------

There's a brief usage information when invoking “make” on the topdir.

You probably want to use something like eatmydata to run the tests, it
affects the performance significantly.

To use the tools from the dpkg build-tree, set DPKG_BUILDTREE accordingly.

The DPKG_TESTSUITE_OPTIONS environment/make variable can be used to change
the behaviour of the test runs, the following options are currently
supported:

* as-root

  WARNING: This runs the tests in privileged mode, and will write to your
  current root filesystem. If you are uncertain of the consequences, run
  it at least on a chroot, or isolated in a virtual machine.

* test-all

  This runs all tests, including manual and failing ones.

* debug

  This makes dpkg print lots of debug output.

The configuration file ‘.pkg-tests.conf’ can be used to set permanent
parameters. For example:

  ,-- .pkg-tests.conf --
  |DPKG_TESTSUITE_OPTIONS := debug
  `--

Test-suite layout
-----------------

The tests are split into logical units, testing a specific characteristic.
To add a new test please check Test.mk and Makefile on the topdir, and some
of the current tests. Patches welcome!

Future plans
------------

There's lots of tests that are still missing, we are adding new ones when
we stumble over regressions, when adding new functionality, and as time
permits for existing functionality.

The idea is for this to progressively be integrated into the autotools
autotest suite under src/at/, and be run as part of “make check”. Some
changes to dpkg would need to be implemented first.