X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenstack%2Fclustering%2Fha_l2.robot;h=7f4a91bf403bf4128ea9c9312e7e53ca0ae135fd;hb=94651ca9711d8eb316721775561e815830bc6c7e;hp=c8830b56ce5ddc3043686e5c7a6875b8228bd330;hpb=e3f7c9d58c499b5d07a283c1b545d237c61b456b;p=integration%2Ftest.git diff --git a/csit/suites/openstack/clustering/ha_l2.robot b/csit/suites/openstack/clustering/ha_l2.robot index c8830b56ce..7f4a91bf40 100644 --- a/csit/suites/openstack/clustering/ha_l2.robot +++ b/csit/suites/openstack/clustering/ha_l2.robot @@ -1,7 +1,7 @@ *** Settings *** Documentation Test suite to verify packet flows between vm instances. Suite Setup OpenStackOperations.OpenStack Suite Setup -Suite Teardown Close All Connections +Suite Teardown OpenStackOperations.OpenStack Suite Teardown Test Setup SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing Test Teardown OpenStackOperations.Get Test Teardown Debugs Library SSHLibrary @@ -173,20 +173,32 @@ Bring Up ODL3 [Documentation] Bring up ODL3 again ClusterManagement.Start Single Member 3 msg=up: ODL1, ODL2, down: ODL3 +Connectivity Tests From Vm Instance1 In net_2 In Healthy Cluster + [Documentation] Logging to the vm instance using generated key pair. + OpenStackOperations.Test Operations From Vm Instance @{NETWORKS}[1] @{NET_2_VM_IPS}[0] ${NET_2_VM_IPS} + +Connectivity Tests From Vm Instance2 In net_2 In Healthy Cluster + [Documentation] Logging to the vm instance using generated key pair. + OpenStackOperations.Test Operations From Vm Instance @{NETWORKS}[1] @{NET_2_VM_IPS}[1] ${NET_2_VM_IPS} + +Connectivity Tests From Vm Instance3 In net_2 In Healthy Cluster + [Documentation] Logging to the vm instance using generated key pair. + OpenStackOperations.Test Operations From Vm Instance @{NETWORKS}[1] @{NET_2_VM_IPS}[2] ${NET_2_VM_IPS} + Take Down ODL1 and ODL2 [Documentation] Stop the karaf in First and Second Controller BuiltIn.Run Keyword And Ignore Error ClusterManagement.Stop Single Member 1 msg=up: ODL1, ODL2, ODL3, down=none BuiltIn.Run Keyword And Ignore Error ClusterManagement.Stop Single Member 2 msg=up: ODL2, ODL3, down=ODL1 -Connectivity Tests From Vm Instance1 In net_2 +Connectivity Tests From Vm Instance1 In net_2 With Two ODLs Down [Documentation] Logging to the vm instance using generated key pair. OpenStackOperations.Test Operations From Vm Instance @{NETWORKS}[1] @{NET_2_VM_IPS}[0] ${NET_2_VM_IPS} -Connectivity Tests From Vm Instance2 In net_2 +Connectivity Tests From Vm Instance2 In net_2 With Two ODLs Down [Documentation] Logging to the vm instance using generated key pair. OpenStackOperations.Test Operations From Vm Instance @{NETWORKS}[1] @{NET_2_VM_IPS}[1] ${NET_2_VM_IPS} -Connectivity Tests From Vm Instance3 In net_2 +Connectivity Tests From Vm Instance3 In net_2 With Two ODLs Down [Documentation] Logging to the vm instance using generated key pair. OpenStackOperations.Test Operations From Vm Instance @{NETWORKS}[1] @{NET_2_VM_IPS}[2] ${NET_2_VM_IPS} @@ -208,13 +220,15 @@ No Ping For Deleted Vm Delete Vm Instances In net_1 [Documentation] Delete Vm instances using instance names in network_1. - : FOR ${vm} IN @{NET_1_VMS} - \ OpenStackOperations.Delete Vm Instance ${vm} + FOR ${vm} IN @{NET_1_VMS} + OpenStackOperations.Delete Vm Instance ${vm} + END Delete Vm Instances In net_2 [Documentation] Delete Vm instances using instance names in network_2. - : FOR ${vm} IN @{NET_2_VMS} - \ OpenStackOperations.Delete Vm Instance ${vm} + FOR ${vm} IN @{NET_2_VMS} + OpenStackOperations.Delete Vm Instance ${vm} + END Delete Sub Networks In net_1 [Documentation] Delete Sub Nets for the Networks with neutron request. @@ -226,8 +240,9 @@ Delete Sub Networks In net_2 Delete Networks [Documentation] Delete Networks with neutron request. - : FOR ${network} IN @{NETWORKS} - \ OpenStackOperations.Delete Network ${network} + FOR ${network} IN @{NETWORKS} + OpenStackOperations.Delete Network ${network} + END Delete Security Group [Documentation] Delete security groups with neutron request