1Tapper(3) User Contributed Perl Documentation Tapper(3)
2
3
4
6 Tapper - A flexible and open test infrastructure
7
9 Tapper is a modular, flexible and open test infrastructure.
10
11 Its only primary assumption is the ubiquitous use of the Test Anything
12 Protocol (TAP). Internally it is based on technology known from the
13 CPAN testing infrastructure, extending it with automation and advanced
14 querying.
15
16 It allows to setup a test infrastructure, consisting of
17
18 a central TAP database
19 to where tests can send their results for storage and later
20 evaluation, using a DPath based query language over a history of
21 TAP-DOMs.
22
23 extremely lightweight APIs
24 to allow QA in very low-level, toolchain constrained environments,
25 like OS testing or embedded platforms
26
27 support for "classic" userland, OS, and virtualization testing
28 an optional advanced automation layer
29
30 Tapper originated in the AMD Operating System Research Center (OSRC),
31 where it is used for extreme continuous integration testing of
32 everything: from software toolchains over Linux to Xen and KVM.
33
34 It is also used in the Perl benchmarking infrastructure Perl::Formance
35 <http://perlformance.net>.
36
37 Most of Tapper is OS and platform independent (x86, ARM) to cover broad
38 range of test targets. Only the central automation layer (MCP) is a bit
39 Linux centric in its use of external dependencies.
40
42 Tapper homepage on amd64.org <http://www.amd64.org/support/automated-
43 test-infrastructure.html>
44 Tapper libs on github <https://github.com/amd>
45 Tapper wiki on github <https://github.com/amd/Tapper/wiki>
46
48 IRC
49 Via IRC you can contact us in channel
50
51 #tapper
52
53 on
54
55 irc.freenode.net
56
57 Mailing List
58 There is a mailing list tapper@amd64.org
59 <http://www.amd64.org/mailman/listinfo/tapper/>.
60
62 AMD OSRC Tapper Team <tapper@amd64.org>
63
65 This software is Copyright (c) 2012 by Advanced Micro Devices, Inc..
66
67 This is free software, licensed under:
68
69 The (two-clause) FreeBSD License
70
71
72
73perl v5.38.0 2023-07-21 Tapper(3)