Re: [ovs-dev] [PATCH] ovn: Implement basic end-to-end full mesh test.

2015-09-29 Thread Ben Pfaff
On Thu, Sep 24, 2015 at 01:27:07PM -0700, Justin Pettit wrote: > > > On Sep 11, 2015, at 8:53 PM, Ben Pfaff wrote: > > > > +mac=`ovs-vsctl get Interface $bridge mac_in_use | sed s/\"//g` > > +arp_table="$arp_table $sandbox,$bridge,$ip,$mac" > > +ovs-appctl netdev-dummy/ip4addr $bridg

Re: [ovs-dev] [PATCH] ovn: Implement basic end-to-end full mesh test.

2015-09-24 Thread Justin Pettit
> On Sep 11, 2015, at 8:53 PM, Ben Pfaff wrote: > > +mac=`ovs-vsctl get Interface $bridge mac_in_use | sed s/\"//g` > +arp_table="$arp_table $sandbox,$bridge,$ip,$mac" > +ovs-appctl netdev-dummy/ip4addr $bridge $ip/$masklen >/dev/null || > return 1 > +ovs-appctl ovs/route/add $i

[ovs-dev] [PATCH] ovn: Implement basic end-to-end full mesh test.

2015-09-11 Thread Ben Pfaff
This is a really basic test of the OVN features. It verifies that basic L2 connectivity works as expected over a 3-hypervisor setup with 3 VMs per hypervisor and all 9 VMs on a single logical switch, with a few ACLs. The infrastructure added by this patch, which is based on similar code from ovs-