tests: Fix sensitivity to record ordering in test-netflow output.
authorBen Pfaff <blp@nicira.com>
Fri, 14 Sep 2012 20:04:15 +0000 (13:04 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 17 Sep 2012 16:12:24 +0000 (09:12 -0700)
commit52440c192b8dcb5d4519838e9a249ba3ae672cf6
tree452c67e71d686a3ff06efdea11c43bafe932777a
parent24362cd6a8a5e606c2053962f28487e16e95100d
tests: Fix sensitivity to record ordering in test-netflow output.

The order of records in a NetFlow message is essentially random, but the
test case was picky about it.  I started getting failures when I modified
apparently unrelated code, so here's a fix.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto-dpif.at
tests/test-netflow.c