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
> 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
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-