aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2014-02-14 10:34:58 -0800
committerBen Pfaff <blp@nicira.com>2014-02-14 10:34:58 -0800
commite3c7ed29100937d6bd6247342c96bc90b7ff9c1c (patch)
tree01a2ac536a2c6a60135cc6ffce1715aea65c88e7 /NEWS
parent315ea327a63195d86082eecd502b830a3b2ece5e (diff)
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>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fe4b8cf2e..34dde6b9f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ Post-v2.1.0
---------------------
- The "ovsdbmonitor" graphical tool has been removed, because it was
poorly maintained and not widely used.
+ - New "check-ryu" Makefile target for running Ryu tests for OpenFlow
+ controllers against Open vSwitch. See INSTALL for details.
v2.1.0 - xx xxx xxxx
---------------------