Replace Start Suite with Suite Setup 64/81264/1
authorJayaPr <jaya.priyadarshini@ericsson.com>
Fri, 29 Mar 2019 01:21:09 +0000 (06:51 +0530)
committerJayaPr <jaya.priyadarshini@ericsson.com>
Fri, 29 Mar 2019 01:32:36 +0000 (07:02 +0530)
Replaced the keyword Start Suite with Suite Setup in all
netvirt suites to follow test code guidelines.

Change-Id: Icfa7a1a4ab24ee1935ae09184186ac9fe74c7d65
Signed-off-by: JayaPr <jaya.priyadarshini@ericsson.com>
csit/suites/netvirt/aclservicerecovery/aclservicerecovery.robot
csit/suites/netvirt/bgpmultipath/l3vpn_bgp_multipath.robot
csit/suites/netvirt/elan/elan_service_recovery.robot
csit/suites/netvirt/multibgpvpn/multi_vpn_bgp.robot
csit/suites/netvirt/snatdnat/snat_dnat.robot
csit/suites/netvirt/subnet_routing/subnet_routing_and_multicast.robot

index 305afa669b2b14741ecd9c16f1f2886ee93a8016..1ffafa3c1c8592e54659a6d1d99dc2fdb87336b2 100644 (file)
@@ -4,7 +4,7 @@ Documentation     Test Suite for ACL Service Recovery:
 ...               common interface to recover services in ODL.
 ...               This feature will register ACL service for recovery
 ...               and implement the mechanism to recover ACL service.
-Suite Setup       Start Suite
+Suite Setup       Suite Setup
 Suite Teardown    Run Keywords    OpenStackOperations.OpenStack Suite Teardown
 ...               AND    SetupUtils.Setup_Logging_For_Debug_Purposes_On_List_Or_All    INFO    ${TEST_LOG_COMPONENTS}
 Test Setup        Run Keywords    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
@@ -101,7 +101,7 @@ Verify ACL Flows Should Contain
     BuiltIn.Run Keyword If    '${acl_var}'=='None'    Should Contain    ${output}    table=${table_id}
     ...    ELSE    Should Contain    ${output}    ${acl_var}
 
-Start Suite
+Suite Setup
     [Documentation]    Create Basic setup for the feature. Creates single network, subnet, two ports and two VMs.
     OpenStackOperations.OpenStack Suite Setup
     SetupUtils.Setup_Logging_For_Debug_Purposes_On_List_Or_All    ${TEST_LOG_LEVEL}    ${TEST_LOG_COMPONENTS}
index 2b8059a21b95e5f906e99d2fd8e1f4142c52ac6e..337580d1ecdfbae5deea7c215296ea0ad1b5e065 100644 (file)
@@ -3,7 +3,7 @@ Documentation     The objective of this testsuite is to test QBGP and ODL for mu
 ...               QBGP should be capable to receive multiple ECMP paths from different DC-GWs and
 ...               to export the ECMP paths to ODL instead of best path selection.
 ...               ODL should be capable to receive ECMP paths and it should program the FIB with ECMP paths.
-Suite Setup       Start Suite
+Suite Setup       Suite Setup
 Suite Teardown    Stop Suite
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
 Test Teardown     Test Cleanup
@@ -119,7 +119,7 @@ Verify that ECMP path gets withdrawn by QBGP after disabling multipath
     BuiltIn.Wait Until Keyword Succeeds    30s    5s    Verify FIB Entry On ODL    @{NETWORK_IP}[0]    @{NUM_OF_ROUTES}[2]
 
 *** Keywords ***
-Start Suite
+Suite Setup
     [Documentation]    Setup start suite
     VpnOperations.Basic Suite Setup
     Create Setup
index 1dc2892db3e737facceb5126493133b08d9882ab..769f8c0242de539ae70501f6c15304df258336cd 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test Suite for elan interface and service recovery
-Suite Setup       Start Suite
+Suite Setup       Suite Setup
 Suite Teardown    OpenStackOperations.OpenStack Suite Teardown
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
 Test Teardown     OpenStackOperations.Get Test Teardown Debugs
@@ -72,7 +72,7 @@ To Verify Elan Interface recovery
     OVSDB.Verify Dump Flows For Specific Table    ${OS_CMP1_IP}    ${ELAN_SMAC_TABLE}    True    ${EMPTY}    dl_src=@{PORT_MAC_ADDR}[0]    actions=goto_table:${ELAN_DMACTABLE}
 
 *** Keywords ***
-Start Suite
+Suite Setup
     [Documentation]    Test Suite for Elan interface and service recovery
     OpenStackOperations.OpenStack Suite Setup
     Create Setup
index 461fda7b3f2a086d320965bb83fc948ae3e02695..33736479e48f3b3a88a13ffcad3664bb92830212 100644 (file)
@@ -2,7 +2,7 @@
 Documentation     Test suite to validate multiple vpnservice functionality in an openstack integrated environment.
 ...               The assumption of this suite is that the environment is already configured with the proper
 ...               integration bridges and vxlan tunnels.
-Suite Setup       Start Suite
+Suite Setup       Suite Setup
 Suite Teardown    OpenStackOperations.OpenStack Suite Teardown
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
 Test Teardown     OpenStackOperations.Get Test Teardown Debugs
@@ -155,7 +155,7 @@ Verification Of Route Download With Three Vpns In SE And Qbgp With Many-Many Exp
     VpnOperations.Verify Flows Are Present For L3VPN    ${OS_CMP1_IP}    ${NET_2_VM_IPS}
 
 *** Keywords ***
-Start Suite
+Suite Setup
     [Documentation]    Basic setup.
     VpnOperations.Basic Suite Setup
     BgpOperations.Start Quagga Processes On ODL    ${ODL_SYSTEM_IP}
index 3a93b38d7ed5257bccc16582e8d3975c59d2af2a..86949ab1229f13d4c7c972fe8ca884a1eea1a4f2 100644 (file)
@@ -2,7 +2,7 @@
 Documentation     Test suite to validate network address translation(snat/dnat) functionality in openstack integrated environment.
 ...               All the testcases were written to do flow validation since dc gateway is unavailable in csit environment.
 ...               This suite assumes proper integration bridges and vxlan tunnels are configured in the environment.
-Suite Setup       Start Suite
+Suite Setup       Suite Setup
 Suite Teardown    Stop Suite
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
 Test Teardown     OpenStackOperations.Get Test Teardown Debugs
@@ -101,7 +101,7 @@ Verify Floating Ip Re-provision And Reachability From External Network Via Neutr
     BuiltIn.Should Contain    ${output}    ${FIP}
 
 *** Keywords ***
-Start Suite
+Suite Setup
     [Documentation]    Test Suite for Subnet_Routing_and_Multicast_Deployments.
     VpnOperations.Basic Suite Setup
     BgpOperations.Start Quagga Processes On ODL    ${ODL_SYSTEM_IP}
index 8fb7d5a7eb03c22d1749cfb2c2c922b45dcb8fba..67d557cbbded46b32d4890cf4d2acbe5319d5c0d 100644 (file)
@@ -2,7 +2,7 @@
 Documentation     Test suite to validate subnet routing and multicast functionality in an openstack integrated environment.
 ...               The assumption of this suite is that the environment is already configured with the proper
 ...               integration bridges and vxlan tunnels.
-Suite Setup       Start Suite
+Suite Setup       Suite Setup
 Suite Teardown    Stop Suite
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
 Test Teardown     OpenStackOperations.Get Test Teardown Debugs
@@ -77,7 +77,7 @@ Verify The Subnet Route For Multiple Subnets On Multi VSwitch Topology When Qbgp
     Verify Ping between Inter Intra And Enterprise host
 
 *** Keywords ***
-Start Suite
+Suite Setup
     [Documentation]    Test Suite for Subnet_Routing_and_Multicast_Deployments.
     VpnOperations.Basic Suite Setup
     BgpOperations.Start Quagga Processes On ODL    ${ODL_SYSTEM_IP}