Automated Testing Framework

Download

The latest public release of ATF is 0.5.

This page contains a list of all public releases of ATF, together with pointers on how to get them. Should you have any questions related to ATF, please send them to the appropriate mailing list.

Supported platforms

The last release has been successfully tested on the following platforms:

Operating system

Version

Architecture

Debian GNU/Linux

4.0rc3

i386

x86_64

Fedora

8

i386

powerpc

x86_64

FreeBSD

6.3

i386

x86_64

7.0

i386

x86_64

Mac OS X

10.4.11

i386

NetBSD

4.99.62

i386

x86_64

openSUSE

10.3

i386

x86_64

SunOS

SXDE 200801

x86_64

Ubuntu

8.04 LTS Server

i386

x86_64

Installation

Once you have got a source package from the list of releases below, you have to build and install it. Start by unpacking the tarball somewhere in your file system and reading the included README and INSTALL documents. After that, proceed to build it as you would do with virtually any other source package. A typical procedure could be:

$ tar xzvf atf-0.5.tar.gz
$ cd atf-0.5
$ ./configure --prefix /usr/local
$ make
# make install

Once installed, you are strongly encouraged to run the included test suite to ensure that everything works as expected. Do so with the following command:

$ cd /usr/local/tests
$ atf-run | atf-report

At last, read the atf(7) manual page for more details.

Releases

Release

Date

Status

Links

atf-0.5

May 1st, 2008

Experimental

Sources (tar.gz)
Checksums
Digital signature
Announcement

atf-0.4

February 4th, 2008

Experimental

Sources (tar.gz)
Checksums
Digital signature
Announcement

atf-0.3

November 11th, 2007

Experimental

Sources (tar.gz)
Checksums
Digital signature
Announcement

atf-0.2

September 20th, 2007

Experimental

Sources (tar.gz)
Checksums
Digital signature
Announcement

atf-0.1

August 20th, 2007

Experimental

Sources (tar.gz)
Checksums
Digital signature
Announcement