Update Robot Framework format - step 9
[integration/test.git] / csit / suites / l2gw / 01_Configure_verify_l2gateway.robot
index 91398b3258ca4919a20f08fb945fc83afc1b5e1f..076dae845d7abaf06ee813b5e6b4a3908425587c 100644 (file)
@@ -1,10 +1,13 @@
 *** Settings ***
-Documentation     Test Suite for verification of HWVTEP usecases
-Suite Setup       Basic Suite Setup
-Suite Teardown    Basic Suite Teardown
-Test Teardown     Get L2gw Debug Info
-Resource          ../../libraries/L2GatewayOperations.robot
-Resource          ../../libraries/CompareStream.robot
+Documentation       Test Suite for verification of HWVTEP usecases
+
+Resource            ../../libraries/L2GatewayOperations.robot
+Resource            ../../libraries/CompareStream.robot
+
+Suite Setup         Basic Suite Setup
+Suite Teardown      Basic Suite Teardown
+Test Teardown       Get L2gw Debug Info
+
 
 *** Test Cases ***
 TC01 Configure Hwvtep Manager OVS Manager Controller And Verify
@@ -21,7 +24,10 @@ TC02 Create First Set Of Network Subnet And Ports
     Should Contain    ${output}    ${SUBNET_1}
     OpenStackOperations.Create And Configure Security Group    ${SECURITY_GROUP_L2GW}
     OpenStackOperations.Create Port    ${NET_1}    ${OVS_PORT_1}    sg=${SECURITY_GROUP_L2GW}
-    OpenStackOperations.Create Neutron Port With Additional Params    ${NET_1}    ${HWVTEP_PORT_1}    ${SECURITY_GROUP_L2GW_NONE}
+    OpenStackOperations.Create Neutron Port With Additional Params
+    ...    ${NET_1}
+    ...    ${HWVTEP_PORT_1}
+    ...    ${SECURITY_GROUP_L2GW_NONE}
     ${port_mac}=    Get Port Mac    ${OVS_PORT_1}    #port_mac[0]
     ${port_ip}=    Get Port Ip    ${OVS_PORT_1}    #port_ip[0]
     Append To List    ${port_mac_list}    ${port_mac}
@@ -34,13 +40,23 @@ TC02 Create First Set Of Network Subnet And Ports
 TC03 Update Port For Hwvtep And Attach Port To Namespace
     [Documentation]    Update the Neutron Ports for required to connect to HWVTEP and attach that port to tap port in namespace
     L2GatewayOperations.Update Port For Hwvtep    ${HWVTEP_PORT_1}
-    Wait Until Keyword Succeeds    30s    2s    L2GatewayOperations.Attach Port To Hwvtep Namespace    ${port_mac_list[1]}    ${HWVTEP_NS1}    ${NS_TAP1}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    2s
+    ...    L2GatewayOperations.Attach Port To Hwvtep Namespace
+    ...    ${port_mac_list[1]}
+    ...    ${HWVTEP_NS1}
+    ...    ${NS_TAP1}
 
 TC04 Create Vms On Compute Node
     [Documentation]    Create VM on compute node and verify that VM got IP address
     # FIXME! Don't need this in queens, but do in earlier releases
     OpenStackOperations.Create Nano Flavor
-    OpenStackOperations.Create Vm Instance With Port On Compute Node    ${OVS_PORT_1}    ${OVS_VM1_NAME}    ${OS_CMP1_HOSTNAME}    sg=${SECURITY_GROUP_L2GW}
+    OpenStackOperations.Create Vm Instance With Port On Compute Node
+    ...    ${OVS_PORT_1}
+    ...    ${OVS_VM1_NAME}
+    ...    ${OS_CMP1_HOSTNAME}
+    ...    sg=${SECURITY_GROUP_L2GW}
     ${vm_ip}=    Wait Until Keyword Succeeds    60s    2s    L2GatewayOperations.Verify Nova VM IP    ${OVS_VM1_NAME}
     Log    ${vm_ip}
     Should Contain    ${vm_ip}    ${port_ip_list[0]}
@@ -49,36 +65,82 @@ TC05 Create L2Gateway And Connection And Verify
     [Documentation]    Create L2GW and Connection using Neutron CLI. Verify info in hardware_vtep db in HWVTEP emulator.
     ${output}=    L2GatewayOperations.Create Verify L2Gateway    ${HWVTEP_BRIDGE}    ${NS_PORT1}    ${L2GW_NAME1}
     Log    ${output}
-    ${output}=    Wait Until Keyword Succeeds    30s    2s    L2GatewayOperations.Create Verify L2Gateway Connection    ${L2GW_NAME1}    ${NET_1}
+    ${output}=    Wait Until Keyword Succeeds
+    ...    30s
+    ...    2s
+    ...    L2GatewayOperations.Create Verify L2Gateway Connection
+    ...    ${L2GW_NAME1}
+    ...    ${NET_1}
     Log    ${output}
     Wait Until Keyword Succeeds    30s    2s    L2GatewayOperations.Verify Ovs Tunnel    ${HWVTEP_IP}    ${OVS_IP}
     ${output}=    ITM Get Tunnels
     Log    ${output}
     Should Contain    ${output}    physicalswitch/${HWVTEP_BRIDGE}
-    Wait Until Keyword Succeeds    30s    1s    L2GatewayOperations.Verify Vtep List    ${hwvtep_conn_id}    ${TUNNEL_TABLE}    enable="true"
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    1s
+    ...    L2GatewayOperations.Verify Vtep List
+    ...    ${hwvtep_conn_id}
+    ...    ${TUNNEL_TABLE}
+    ...    enable="true"
     ${phy_port_out}=    Get Vtep List    ${PHYSICAL_PORT_TABLE}
     Validate Regexp In String    ${phy_port_out}    ${VLAN_BINDING_REGEX}    1
     ${list}=    Create List    ${OVS_IP}    ${HWVTEP_IP}
-    Wait Until Keyword Succeeds    30s    1s    L2GatewayOperations.Verify Vtep List    ${hwvtep_conn_id}    ${PHYSICAL_LOCATOR_TABLE}    @{list}
-    Wait Until Keyword Succeeds    30s    1s    L2GatewayOperations.Verify Vtep List    ${hwvtep_conn_id}    ${UCAST_MACS_REMOTE_TABLE}    ${port_mac_list[0]}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    1s
+    ...    L2GatewayOperations.Verify Vtep List
+    ...    ${hwvtep_conn_id}
+    ...    ${PHYSICAL_LOCATOR_TABLE}
+    ...    @{list}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    1s
+    ...    L2GatewayOperations.Verify Vtep List
+    ...    ${hwvtep_conn_id}
+    ...    ${UCAST_MACS_REMOTE_TABLE}
+    ...    ${port_mac_list[0]}
 
 TC06 Dhcp Ip Allocation For Hwvtep Tap Port
     [Documentation]    Verify that HWVTEP port gets an IP address
-    Wait Until Keyword Succeeds    180s    10s    L2GatewayOperations.Namespace Dhclient Verify    ${HWVTEP_NS1}    ${NS_TAP1}    ${port_ip_list[1]}
+    Wait Until Keyword Succeeds
+    ...    180s
+    ...    10s
+    ...    L2GatewayOperations.Namespace Dhclient Verify
+    ...    ${HWVTEP_NS1}
+    ...    ${NS_TAP1}
+    ...    ${port_ip_list[1]}
 
 TC07 Verify Ping From Compute Node Vm To Hwvtep
     [Documentation]    Verify that VM on Compute Node can ping HWVTEP port
-    ${output}=    Wait Until Keyword Succeeds    60s    10s    Execute Command on VM Instance    ${NET_1}    ${port_ip_list[0]}
+    ${output}=    Wait Until Keyword Succeeds
+    ...    60s
+    ...    10s
+    ...    Execute Command on VM Instance
+    ...    ${NET_1}
+    ...    ${port_ip_list[0]}
     ...    ping -c 3 ${port_ip_list[1]}
     Log    ${output}
     Should Not Contain    ${output}    ${PACKET_LOSS}
     ${src_mac_list}=    Create List    ${port_mac_list[0]}
     ${dst_mac_list}=    Create List    ${port_mac_list[1]}
-    Wait Until Keyword Succeeds    30s    5s    L2GatewayOperations.Verify Elan Flow Entries    ${OVS_IP}    ${src_mac_list}    ${dst_mac_list}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    5s
+    ...    L2GatewayOperations.Verify Elan Flow Entries
+    ...    ${OVS_IP}
+    ...    ${src_mac_list}
+    ...    ${dst_mac_list}
 
 TC08 Ping Verification From Namespace Tap To Ovs Vm
     [Documentation]    Verify that HWVTEP port can ping VM on compute node
-    Wait Until Keyword Succeeds    30s    5s    L2GatewayOperations.Verify Ping In Namespace Extra Timeout    ${HWVTEP_NS1}    ${port_mac_list[1]}    ${port_ip_list[0]}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    5s
+    ...    L2GatewayOperations.Verify Ping In Namespace Extra Timeout
+    ...    ${HWVTEP_NS1}
+    ...    ${port_mac_list[1]}
+    ...    ${port_ip_list[0]}
 
 TC09 Additional Network Subnet Port Creation
     [Documentation]    Create 2nd network and ports
@@ -89,7 +151,10 @@ TC09 Additional Network Subnet Port Creation
     ${output}=    OpenStackOperations.List Subnets
     Should Contain    ${output}    ${SUBNET_2}
     OpenStackOperations.Create Port    ${NET_2}    ${OVS_PORT_2}    sg=${SECURITY_GROUP_L2GW}
-    OpenStackOperations.Create Neutron Port With Additional Params    ${NET_2}    ${HWVTEP_PORT_2}    ${SECURITY_GROUP_L2GW_NONE}
+    OpenStackOperations.Create Neutron Port With Additional Params
+    ...    ${NET_2}
+    ...    ${HWVTEP_PORT_2}
+    ...    ${SECURITY_GROUP_L2GW_NONE}
     ${port_mac}=    Get Port Mac    ${OVS_PORT_2}    #port_mac[2]
     ${port_ip}=    Get Port Ip    ${OVS_PORT_2}    #port_ip[2]
     Append To List    ${port_mac_list}    ${port_mac}
@@ -102,8 +167,18 @@ TC09 Additional Network Subnet Port Creation
 TC10 Update And Attach Second Port To Hwvtep Create L2gw Connection
     [Documentation]    Update ports in Neutron so they can be connected to HWVTEP, create 2nd L2GW and Connection, and Verify
     L2GatewayOperations.Update Port For Hwvtep    ${HWVTEP_PORT_2}
-    Wait Until Keyword Succeeds    30s    2s    L2GatewayOperations.Attach Port To Hwvtep Namespace    ${port_mac_list[3]}    ${HWVTEP_NS2}    ${NS2_TAP1}
-    OpenStackOperations.Create Vm Instance With Port On Compute Node    ${OVS_PORT_2}    ${OVS_VM2_NAME}    ${OS_CMP1_HOSTNAME}    sg=${SECURITY_GROUP_L2GW}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    2s
+    ...    L2GatewayOperations.Attach Port To Hwvtep Namespace
+    ...    ${port_mac_list[3]}
+    ...    ${HWVTEP_NS2}
+    ...    ${NS2_TAP1}
+    OpenStackOperations.Create Vm Instance With Port On Compute Node
+    ...    ${OVS_PORT_2}
+    ...    ${OVS_VM2_NAME}
+    ...    ${OS_CMP1_HOSTNAME}
+    ...    sg=${SECURITY_GROUP_L2GW}
     ${vm_ip}=    Wait Until Keyword Succeeds    60s    2s    L2GatewayOperations.Verify Nova VM IP    ${OVS_VM2_NAME}
     Log    ${vm_ip}
     Should Contain    ${vm_ip}    ${port_ip_list[2]}
@@ -116,76 +191,177 @@ TC10 Update And Attach Second Port To Hwvtep Create L2gw Connection
 
 TC11 Dhcp Ip Allocation And Ping Validation Within Second Network
     [Documentation]    Verify that port in namespace got an IP. Verify flow entries, verify IP connectivity between HWVTEP port and VM
-    Wait Until Keyword Succeeds    180s    10s    L2GatewayOperations.Namespace Dhclient Verify    ${HWVTEP_NS2}    ${NS2_TAP1}    ${port_ip_list[3]}
-    ${output}=    Wait Until Keyword Succeeds    60s    10s    Execute Command on VM Instance    ${NET_2}    ${port_ip_list[2]}
+    Wait Until Keyword Succeeds
+    ...    180s
+    ...    10s
+    ...    L2GatewayOperations.Namespace Dhclient Verify
+    ...    ${HWVTEP_NS2}
+    ...    ${NS2_TAP1}
+    ...    ${port_ip_list[3]}
+    ${output}=    Wait Until Keyword Succeeds
+    ...    60s
+    ...    10s
+    ...    Execute Command on VM Instance
+    ...    ${NET_2}
+    ...    ${port_ip_list[2]}
     ...    ping -c 3 ${port_ip_list[3]}
     Log    ${output}
     Should Not Contain    ${output}    ${PACKET_LOSS}
     ${src_mac_list}=    Create List    ${port_mac_list[2]}
     ${dst_mac_list}=    Create List    ${port_mac_list[3]}
-    Wait Until Keyword Succeeds    30s    5s    L2GatewayOperations.Verify Elan Flow Entries    ${OVS_IP}    ${src_mac_list}    ${dst_mac_list}
-    Wait Until Keyword Succeeds    30s    5s    L2GatewayOperations.Verify Ping In Namespace Extra Timeout    ${HWVTEP_NS2}    ${port_mac_list[3]}    ${port_ip_list[2]}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    5s
+    ...    L2GatewayOperations.Verify Elan Flow Entries
+    ...    ${OVS_IP}
+    ...    ${src_mac_list}
+    ...    ${dst_mac_list}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    5s
+    ...    L2GatewayOperations.Verify Ping In Namespace Extra Timeout
+    ...    ${HWVTEP_NS2}
+    ...    ${port_mac_list[3]}
+    ...    ${port_ip_list[2]}
 
 TC12 Ping Between Vm In Second Network To Namespace In First Network
     [Documentation]    Verify IP Connectivity between VM in 2nd network to NS in 1st network
-    ${output}=    Wait Until Keyword Succeeds    60s    10s    Execute Command on VM Instance    ${NET_2}    ${port_ip_list[2]}
+    ${output}=    Wait Until Keyword Succeeds
+    ...    60s
+    ...    10s
+    ...    Execute Command on VM Instance
+    ...    ${NET_2}
+    ...    ${port_ip_list[2]}
     ...    ping -c 3 ${port_ip_list[1]}
     Log    ${output}
     Should Contain    ${output}    ${PACKET_LOSS}
 
 TC13 Ping Between Namespace In Second Network To Vm In First Network
     [Documentation]    Verify IP Connectivity between port in NS in 2nd network to VM in 1st network
-    Wait Until Keyword Succeeds    30s    5s    L2GatewayOperations.Verify Ping Fails In Namespace    ${HWVTEP_NS2}    ${port_mac_list[3]}    ${port_ip_list[0]}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    5s
+    ...    L2GatewayOperations.Verify Ping Fails In Namespace
+    ...    ${HWVTEP_NS2}
+    ...    ${port_mac_list[3]}
+    ...    ${port_ip_list[0]}
 
 TC14 Create, Update And Attach 2nd Neutron Port to Hwvtep Namespace 1
     [Documentation]    Create and attach 2nd port to HWVTEP in network 1
     CompareStream.Run_Keyword_If_At_Most_Nitrogen    BuiltIn.Pass_Execution    Only run on oxygen and later
-    OpenStackOperations.Create Neutron Port With Additional Params    ${NET_1}    ${HWVTEP_PORT_3}    ${SECURITY_GROUP_L2GW_NONE}
+    OpenStackOperations.Create Neutron Port With Additional Params
+    ...    ${NET_1}
+    ...    ${HWVTEP_PORT_3}
+    ...    ${SECURITY_GROUP_L2GW_NONE}
     ${port_mac}=    Get Port Mac    ${HWVTEP_PORT_3}    #port_mac[4]
     ${port_ip}=    Get Port Ip    ${HWVTEP_PORT_3}    #port_ip[4]
     Append To List    ${port_mac_list}    ${port_mac}
     Append To List    ${port_ip_list}    ${port_ip}
     Namespace Add Port Hwvtep1
     L2GatewayOperations.Update Port For Hwvtep    ${HWVTEP_PORT_3}
-    Wait Until Keyword Succeeds    30s    2s    L2GatewayOperations.Attach Port To Hwvtep Namespace    ${port_mac_list[4]}    ${HWVTEP_NS1}    ${NS_TAP1}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    2s
+    ...    L2GatewayOperations.Attach Port To Hwvtep Namespace
+    ...    ${port_mac_list[4]}
+    ...    ${HWVTEP_NS1}
+    ...    ${NS_TAP1}
 
 TC15 Update Existing L2Gateway With 2nd Port And Verify
     [Documentation]    Add the new port ${NS_PORT3} to existing L2GW ${L2GW_NAME1} that has an existing connection. ${NS_PORT1} is already attached, adding ${NS_PORT3}
-    ${output}=    Wait Until Keyword Succeeds    30s    2s    L2GatewayOperations.Update And Verify L2Gateway    ${HWVTEP_BRIDGE}    ${L2GW_NAME1}
-    ...    ${NS_PORT1}    ${NS_PORT3}
+    ${output}=    Wait Until Keyword Succeeds
+    ...    30s
+    ...    2s
+    ...    L2GatewayOperations.Update And Verify L2Gateway
+    ...    ${HWVTEP_BRIDGE}
+    ...    ${L2GW_NAME1}
+    ...    ${NS_PORT1}
+    ...    ${NS_PORT3}
 
 TC16 Verify L2Gateway Connection
     [Documentation]    Verify the L2GW connection has the 2nd port. Verify db in hardware vtep emulator tables.
-    Wait Until Keyword Succeeds    30s    2s    L2GatewayOperations.Verify L2Gateway Connection    ${L2GW_NAME1}    ${NET_1}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    2s
+    ...    L2GatewayOperations.Verify L2Gateway Connection
+    ...    ${L2GW_NAME1}
+    ...    ${NET_1}
     Wait Until Keyword Succeeds    30s    2s    L2GatewayOperations.Verify Ovs Tunnel    ${HWVTEP_IP}    ${OVS_IP}
     ${output}=    ITM Get Tunnels
     Log    ${output}
     Should Contain    ${output}    physicalswitch/${HWVTEP_BRIDGE}
-    Wait Until Keyword Succeeds    30s    1s    L2GatewayOperations.Verify Vtep List    ${hwvtep_conn_id}    ${TUNNEL_TABLE}    enable="true"
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    1s
+    ...    L2GatewayOperations.Verify Vtep List
+    ...    ${hwvtep_conn_id}
+    ...    ${TUNNEL_TABLE}
+    ...    enable="true"
     ${phy_port_out}=    Get Vtep List    ${PHYSICAL_PORT_TABLE}
     Validate Regexp In String    ${phy_port_out}    ${VLAN_BINDING_REGEX}    3
     ${list}=    Create List    ${OVS_IP}    ${HWVTEP_IP}
-    Wait Until Keyword Succeeds    30s    1s    L2GatewayOperations.Verify Vtep List    ${hwvtep_conn_id}    ${PHYSICAL_LOCATOR_TABLE}    @{list}
-    Wait Until Keyword Succeeds    30s    1s    L2GatewayOperations.Verify Vtep List    ${hwvtep_conn_id}    ${UCAST_MACS_REMOTE_TABLE}    ${port_mac_list[0]}
-    Wait Until Keyword Succeeds    30s    1s    L2GatewayOperations.Verify Vtep List    ${hwvtep_conn_id}    ${UCAST_MACS_REMOTE_TABLE}    ${port_mac_list[2]}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    1s
+    ...    L2GatewayOperations.Verify Vtep List
+    ...    ${hwvtep_conn_id}
+    ...    ${PHYSICAL_LOCATOR_TABLE}
+    ...    @{list}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    1s
+    ...    L2GatewayOperations.Verify Vtep List
+    ...    ${hwvtep_conn_id}
+    ...    ${UCAST_MACS_REMOTE_TABLE}
+    ...    ${port_mac_list[0]}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    1s
+    ...    L2GatewayOperations.Verify Vtep List
+    ...    ${hwvtep_conn_id}
+    ...    ${UCAST_MACS_REMOTE_TABLE}
+    ...    ${port_mac_list[2]}
 
 TC17 Dhcp Ip Allocation For Hwvtep Tap Port
     [Documentation]    Verify the 2nd HWVTEP port was able to get an IP address
-    Wait Until Keyword Succeeds    180s    10s    L2GatewayOperations.Namespace Dhclient Verify    ${HWVTEP_NS1}    ${NS_TAP1}    ${port_ip_list[4]}
+    Wait Until Keyword Succeeds
+    ...    180s
+    ...    10s
+    ...    L2GatewayOperations.Namespace Dhclient Verify
+    ...    ${HWVTEP_NS1}
+    ...    ${NS_TAP1}
+    ...    ${port_ip_list[4]}
 
 TC18 Verify Ping From Compute Node Vm To Hwvtep Port 2
     [Documentation]    Verify IP connectivity between VM in net1 and 2nd HWVTEP port in net 1
-    ${output}=    Wait Until Keyword Succeeds    60s    10s    Execute Command on VM Instance    ${NET_1}    ${port_ip_list[0]}
+    ${output}=    Wait Until Keyword Succeeds
+    ...    60s
+    ...    10s
+    ...    Execute Command on VM Instance
+    ...    ${NET_1}
+    ...    ${port_ip_list[0]}
     ...    ping -c 3 ${port_ip_list[4]}
     Log    ${output}
     Should Not Contain    ${output}    ${PACKET_LOSS}
     ${src_mac_list}=    Create List    ${port_mac_list[0]}
     ${dst_mac_list}=    Create List    ${port_mac_list[4]}
-    Wait Until Keyword Succeeds    30s    5s    L2GatewayOperations.Verify Elan Flow Entries    ${OVS_IP}    ${src_mac_list}    ${dst_mac_list}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    5s
+    ...    L2GatewayOperations.Verify Elan Flow Entries
+    ...    ${OVS_IP}
+    ...    ${src_mac_list}
+    ...    ${dst_mac_list}
 
 TC19 Ping Verification From Namespace Tap To Ovs Vm
     [Documentation]    Verify IP connectivity between 2nd HWVTEP port and VM in compute node
-    Wait Until Keyword Succeeds    30s    5s    L2GatewayOperations.Verify Ping In Namespace Extra Timeout    ${HWVTEP_NS1}    ${port_mac_list[4]}    ${port_ip_list[0]}
+    Wait Until Keyword Succeeds
+    ...    30s
+    ...    5s
+    ...    L2GatewayOperations.Verify Ping In Namespace Extra Timeout
+    ...    ${HWVTEP_NS1}
+    ...    ${port_mac_list[4]}
+    ...    ${port_ip_list[0]}
 
 TC99 Cleanup L2Gateway Connection Itm Tunnel Port Subnet And Network
     L2GatewayOperations.Delete L2Gateway Connection    ${L2GW_NAME1}
@@ -204,6 +380,7 @@ TC99 Cleanup L2Gateway Connection Itm Tunnel Port Subnet And Network
     OpenStackOperations.Delete Network    ${NET_1}
     OpenStackOperations.Delete Network    ${NET_2}
 
+
 *** Keywords ***
 Basic Suite Setup
     [Documentation]    Basic Suite Setup required for the HWVTEP Test Suite
@@ -236,8 +413,8 @@ Stop Suite
     Namespace Cleanup
 
 Hwvtep Cleanup
-    [Arguments]    ${conn_id}    ${hwvtep_bridge}
     [Documentation]    Cleanup any existing VTEP, VSWITCHD or OVSDB processes.
+    [Arguments]    ${conn_id}    ${hwvtep_bridge}
     Switch Connection    ${conn_id}
     Write Commands Until Prompt    ${DEL_OVS_BRIDGE} ${hwvtep_bridge}    30s
     Write Commands Until Prompt    ${KILL_VTEP_PROC}    30s
@@ -263,8 +440,8 @@ Namespace Cleanup
     Log    ${stdout}
 
 Hwvtep Initiate
-    [Arguments]    ${conn_id}    ${hwvtep_ip}    ${hwvtep_bridge}
     [Documentation]    Configure the Hwvtep Emulation
+    [Arguments]    ${conn_id}    ${hwvtep_ip}    ${hwvtep_bridge}
     Switch Connection    ${conn_id}
     Write Commands Until Prompt    ${CREATE_OVSDB}    30s
     Write Commands Until Prompt    ${CREATE VTEP}    30s
@@ -319,9 +496,9 @@ Hwvtep Validation
     Should Contain    ${stdout}    ${NS_PORT2}
 
 Create And Set Hwvtep Connection Id
-    [Arguments]    ${hwvtep_ip}
     [Documentation]    To create connection and return connection id for hwvtep_ip received
+    [Arguments]    ${hwvtep_ip}
     ${conn_id}=    SSHLibrary.Open Connection    ${hwvtep_ip}    prompt=${DEFAULT_LINUX_PROMPT}    timeout=30s
     Log    ${conn_id}
     Flexible SSH Login    ${DEFAULT_USER}    ${DEFAULT_PASSWORD}
-    [Return]    ${conn_id}
+    RETURN    ${conn_id}