[ovs-git] Open vSwitch: tests: Fix bug in NetFlow test case. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Jan 5 17:16:18 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  c4dba11a6395722c6522eee7d238bb4fc6685e7d (commit)
      from  acd051f1761569205827dc9b037e15568a8d59f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c4dba11a6395722c6522eee7d238bb4fc6685e7d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c4dba11a6395722c6522eee7d238bb4fc6685e7d
Author: Ben Pfaff <blp at nicira.com>
		
tests: Fix bug in NetFlow test case.
		
The "sed" command here is intended to replace something like 1234...1234
(where the two numbers are the same) with <moment> and something like
1234...2345 (where the two numbers differ) with <range>, but in fact it
accidentally changed, e.g., 10...1016 into <moment>16.  This commit fixes
that.

This fixes only a test case, not the code under test.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Bug #9057.


-----------------------------------------------------------------------

Summary of changes:
 tests/ofproto-dpif.at |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list