OVSDB Southbound testsuites, Earlier vlan port command was missing
authorChaudhry Muhammad Usama <chaudhryusama@gmail.com>
Wed, 10 Jun 2015 03:46:30 +0000 (20:46 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 10 Jun 2015 18:59:05 +0000 (18:59 +0000)
Change-Id: I8723acbea96407e91b93040c9aa8538726ea5ab8
Signed-off-by: Chaudhry Muhammad Usama <chaudhryusama@gmail.com>
test/csit/suites/ovsdb/Southbound_Domain/030__configure_exit_ovsdb_node.robot

index 5c9fcd1a67f8238beabfd4f69215288c43fdb0f4..971a3542b587183863a6ef6034913fa3b6b37b39 100644 (file)
@@ -21,6 +21,7 @@ Create a Topology in OVSDB node
     [Tags]    Southbound
     Run Command On Remote System    ${MININET}    sudo ovs-vsctl del-manager
     Run Command On Remote System    ${MININET}    sudo ovs-vsctl add-br ${BRIDGE}
+    Run Command On Remote System    ${MININET}    sudo ovs-vsctl add-port ${BRIDGE} vx1 -- set Interface vx1 type=vxlan options:remote_ip=192.168.1.11
     Run Command On Remote System    ${MININET}    sudo ovs-vsctl set-manager ptcp:6644
 
 Connect to OVSDB Node