summaryrefslogtreecommitdiff
path: root/tests/ovn.at
diff options
context:
space:
mode:
authorNuman Siddique <nusiddiq@redhat.com>2016-07-08 17:07:37 +0530
committerRussell Bryant <russell@ovn.org>2016-07-08 10:56:17 -0400
commit62b87eab7de505242a5e52e9b625f69403e2e708 (patch)
tree9def212c91a0a821bd5defc524412449b4aec9ad /tests/ovn.at
parentd08dbed7f856afb1a12a81bae07695d5f5aa1f20 (diff)
downloadopenvswitch-62b87eab7de505242a5e52e9b625f69403e2e708.tar.gz
ovn: Support l2gateway-chassis option in "l2gateway" logical ports
ovn-controller will now bind the l2gateway logical ports. Signed-Off-by: Numan Siddique <nusiddiq@redhat.com> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'tests/ovn.at')
-rw-r--r--tests/ovn.at5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/ovn.at b/tests/ovn.at
index 3f2e7792d..b28c90eac 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -1325,7 +1325,7 @@ ovn-nbctl lsp-set-addresses lp2 f0:00:00:00:00:02
ovn-nbctl lsp-add lsw0 lp-gw
ovn-nbctl lsp-set-type lp-gw l2gateway
-ovn-nbctl lsp-set-options lp-gw network_name=physnet1
+ovn-nbctl lsp-set-options lp-gw network_name=physnet1 l2gateway-chassis=hv_gw
ovn-nbctl lsp-set-addresses lp-gw unknown
net_add n1 # Network to connect hv1, hv2, and gw
@@ -1355,9 +1355,6 @@ ovs-vsctl add-br br-phys2
net_attach n2 br-phys2
ovs-vsctl set open . external_ids:ovn-bridge-mappings="physnet1:br-phys2"
-# Bind our gateway port to the hv_gw chassis
-ovn-sbctl lsp-bind lp-gw hv_gw
-
# Add hv3 on the other side of the GW
sim_add hv3
as hv3