Add unit test for flow extraction.
authorBen Pfaff <blp@nicira.com>
Mon, 19 Jan 2009 19:00:50 +0000 (11:00 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Jan 2009 22:05:43 +0000 (14:05 -0800)
commit79c5987128cc624def39bcd8f360555b23d5fe56
treef2753d2192e0d08c013d6318058a7013cfb1cc40
parent6a57dd86ab8b9ee2748e84e8fd421aadaab0dc73
Add unit test for flow extraction.

This tests only flow_extract() in lib/flow.c.  We should really test
the flow extraction in the kernel module also.
tests/automake.mk
tests/flowgen.pl [new file with mode: 0755]
tests/test-flows.c [new file with mode: 0644]
tests/test-flows.sh [new file with mode: 0755]