Use Autotest for the Open vSwitch test suite.
authorBen Pfaff <blp@nicira.com>
Mon, 27 Jul 2009 23:40:11 +0000 (16:40 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 29 Jul 2009 19:33:32 +0000 (12:33 -0700)
commit1b233b95b5907a242ee453cbea3ad4bc4cd4fec2
tree8d6c415b2301fb036dfd4a907cd686191177ca68
parentbaa905d36b831881ceb20686f567dead3ec0bf14
Use Autotest for the Open vSwitch test suite.

Autotest doesn't provide a lot of benefit by itself but it does allow us
to easily put a wrapper around each test by using a macro to invoke it.
(To do that with the built-in Automake test framework you need to write
or generate a separate wrapper script for each test, which is a pain.)
The next commit will take advantage of this possibility by adding support
for code coverage analysis.
24 files changed:
.gitignore
Makefile.am
configure.ac
tests/.gitignore
tests/atlocal.in [new file with mode: 0644]
tests/automake.mk
tests/library.at [new file with mode: 0644]
tests/stp.at [new file with mode: 0644]
tests/test-flows.sh [deleted file]
tests/test-stp-ieee802.1d-1998 [deleted file]
tests/test-stp-ieee802.1d-2004-fig17.4 [deleted file]
tests/test-stp-ieee802.1d-2004-fig17.6 [deleted file]
tests/test-stp-ieee802.1d-2004-fig17.7 [deleted file]
tests/test-stp-iol-io-1.1 [deleted file]
tests/test-stp-iol-io-1.2 [deleted file]
tests/test-stp-iol-io-1.4 [deleted file]
tests/test-stp-iol-io-1.5 [deleted file]
tests/test-stp-iol-op-1.1 [deleted file]
tests/test-stp-iol-op-1.4 [deleted file]
tests/test-stp-iol-op-3.1 [deleted file]
tests/test-stp-iol-op-3.3 [deleted file]
tests/test-stp-iol-op-3.4 [deleted file]
tests/test-stp.sh [deleted file]
tests/testsuite.at [new file with mode: 0644]