tests: Add support for automatically running Ryu tests against OVS.
authorBen Pfaff <blp@nicira.com>
Fri, 14 Feb 2014 18:34:58 +0000 (10:34 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 14 Feb 2014 18:34:58 +0000 (10:34 -0800)
commite3c7ed29100937d6bd6247342c96bc90b7ff9c1c
tree01a2ac536a2c6a60135cc6ffce1715aea65c88e7
parent315ea327a63195d86082eecd502b830a3b2ece5e
tests: Add support for automatically running Ryu tests against OVS.

The Ryu controller comes with an extensive library of OpenFlow tests, but
it doesn't seem so easy to me to run all of them against a development
version of Open vSwitch.  This commit introduces a Makefile target so that
one can run all the Ryu tests with a simple "make check-ryu".

This commit adds documentation for the new target to INSTALL.  It also
moves the documentation for the "check-oftest" target and the
--enable-coverage configure option into INSTALL.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Reviewed-by: Simon Horman <horms@verge.net.au>
INSTALL
Makefile.am
NEWS
README-OFTest [deleted file]
README-gcov [deleted file]
tests/automake.mk
tests/run-ryu [new file with mode: 0755]