This adds support for running OFTest against an OVS tree with a
simple "make check-oftest". It is a revised and greatly shortened
version of a series I originally posted in October 2012.
Ben Pfaff (5):
netdev-dummy: Limit receive queue length to 100 packets.
netdev-dummy: Factor some netdev_dummy_receive() code out into new
function.
netdev-dummy: Drop "nobody listened" reply from netdev-dummy/receive.
netdev-dummy: Add "pstream" option for connecting a dummy to a
process.
tests: Add support for running OFTest.
Makefile.am | 3 +-
NEWS | 2 +
README-OFTest | 77 ++++++++++++
lib/netdev-dummy.c | 310 +++++++++++++++++++++++++++++++++++++++++++++---
tests/automake.mk | 6 +
tests/ofproto-dpif.at | 6 +-
tests/run-oftest | 94 +++++++++++++++
7 files changed, 473 insertions(+), 25 deletions(-)
create mode 100644 README-OFTest
create mode 100755 tests/run-oftest
--
1.7.2.5
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev