Re: [ovs-dev] [PATCH 10/17] ofproto-dpif.at: Skip sflow tests in Windows.

2014-06-26 Thread Ben Pfaff
On Thu, Jun 26, 2014 at 01:27:00PM -0700, Ben Pfaff wrote: > On Tue, Jun 24, 2014 at 11:52:56AM -0700, Gurucharan Shetty wrote: > > sflow feature needs to be investigated for Windows. Right now > > test-sflow related tests do not pass because of LOOPBACK_INTERFACE > > constraints for 'agent'. Add a

Re: [ovs-dev] [PATCH 10/17] ofproto-dpif.at: Skip sflow tests in Windows.

2014-06-26 Thread Ben Pfaff
On Tue, Jun 24, 2014 at 11:52:56AM -0700, Gurucharan Shetty wrote: > sflow feature needs to be investigated for Windows. Right now > test-sflow related tests do not pass because of LOOPBACK_INTERFACE > constraints for 'agent'. Add a TODO item and skip the tests. > > Signed-off-by: Gurucharan Shett