Re: [ovs-dev] [PATCH] ovs-test: Enhancments to the ovs-test tool

2012-04-04 Thread Ben Pfaff
On Wed, Apr 04, 2012 at 12:47:29PM -0700, Ansis Atteka wrote: > On Mon, Apr 2, 2012 at 1:28 PM, Ben Pfaff wrote: > > Is the special case for 127.0.0.1 useful? (Why would I want to run > > this test against localhost?) > > > "127.0.0.1 case" allows you to type 2 commands: > > Node1:ovs-test -s 15

Re: [ovs-dev] [PATCH] ovs-test: Enhancments to the ovs-test tool

2012-04-04 Thread Ansis Atteka
On Mon, Apr 2, 2012 at 1:28 PM, Ben Pfaff wrote: > On Fri, Mar 30, 2012 at 01:10:26PM -0700, Ansis Atteka wrote: > > -Implemented support for ovs-test client, so that it could automatically > > spawn an ovs-test server process from itself. This reduces the number of > > commands the user have to

Re: [ovs-dev] [PATCH] ovs-test: Enhancments to the ovs-test tool

2012-04-02 Thread Ben Pfaff
On Fri, Mar 30, 2012 at 01:10:26PM -0700, Ansis Atteka wrote: > -Implemented support for ovs-test client, so that it could automatically > spawn an ovs-test server process from itself. This reduces the number of > commands the user have to type to get tests running. > -Automated creation of OVS bri

[ovs-dev] [PATCH] ovs-test: Enhancments to the ovs-test tool

2012-03-30 Thread Ansis Atteka
-Implemented support for ovs-test client, so that it could automatically spawn an ovs-test server process from itself. This reduces the number of commands the user have to type to get tests running. -Automated creation of OVS bridges and ports (for VLAN and GRE tests), so that user would not need t