Re: [ovs-dev] [PATCH 2/3] ofproto: Break out perl code for sorting multiline messages

2014-06-12 Thread Simon Horman
On Thu, Jun 12, 2014 at 02:10:21PM -0700, Ben Pfaff wrote: > On Fri, Jun 06, 2014 at 07:54:17PM +0900, Simon Horman wrote: > > The flow monitoring tests includes a perl script to sort > > multiline messages. Break it out into a separate file > > so it can be used by other tests. This is in preparat

Re: [ovs-dev] [PATCH 2/3] ofproto: Break out perl code for sorting multiline messages

2014-06-12 Thread Ben Pfaff
On Fri, Jun 06, 2014 at 07:54:17PM +0900, Simon Horman wrote: > The flow monitoring tests includes a perl script to sort > multiline messages. Break it out into a separate file > so it can be used by other tests. This is in preparation > for doing so. > > Signed-off-by: Simon Horman I like to ke

[ovs-dev] [PATCH 2/3] ofproto: Break out perl code for sorting multiline messages

2014-06-06 Thread Simon Horman
The flow monitoring tests includes a perl script to sort multiline messages. Break it out into a separate file so it can be used by other tests. This is in preparation for doing so. Signed-off-by: Simon Horman --- tests/automake.mk | 4 +++- tests/multiline-sort.pl | 18 ++