Skip to content
Tapper team edited this page Mar 15, 2014 · 12 revisions

Tapper - All-embracing test infrastructure

About

Tapper is an infrastructure for all aspects of testing inclusive Operating Systems and Virtualization.

Overview

Tapper is...

  • a test infrastructure.
  • designed to allow an easy start.
  • designed to extend to complex test labs
  • able to unify lots of different use-cases under a common umbrella
  • generic enough to compete with the future
  • mature

Tapper originated...

at AMD's Operating System Research Center where it served as umbrella for all QA. It integrates 10+ years of QA know-how and Linux testing expertise since 2008. As of 2014 it is in active use and development at AWS. It also provides the technology behind the Perl benchmarking infrastructure Perl::Formance.

Tapper provides...

  • extreme continuous integration through setting up complete machines from scratch, either image-based or via kickstart/autoyast/preseed.
  • alternative easy local or ssh-based test invocation
  • test facilities for the Linux kernel, virtualization based on Xen and KVM, and running in simulators (like simnow)
  • support for lots of other scenarios, like suspend/resume or distributed network tests
  • benchmark tracking facilities
  • powerful, advanced query language for test result evaluation and forensics
  • a powerful scheduler to maximize utilization of a machine pool with different use-cases organized in bandwidth-driven queues

Tapper APIs...

  • are easy, without requiring dependencies to talk to them
  • allow integration of your existing infrastructure with nothing more like shell scripts using "echo" and "netcat"

Tapper encourages...

the use of language diversity for writing tests by building upon TAP, the mature "Test Anything Protocol", supported in about 20 programming languages.

Tapper co-operates...

with

  • autotest
  • Codespeed
  • TaskJuggler
  • any TAP emitters

Try it

Related material

Quick Links

About

Release changelogs

  • 5.0 2016-03 "Max Headroom"
  • 4.1 2012-10 "Cagney&Lacey"
  • 4.0 2012-05 "Columbo"
  • 3.0 2011-03 - public release
  • 2.0 2008-12 "Lastwagenkrieg"
  • 1.0 2007-12 - internal prototype

Development

Clone this wiki locally