From: Tomas Jamrisko Date: Mon, 21 May 2018 12:06:42 +0000 (+0200) Subject: Check connectivity after reboot X-Git-Tag: pre-potassium~789 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F72113%2F4;p=integration%2Ftest.git Check connectivity after reboot Add a connectivity check to VMs after taking down all nodes. Change-Id: I158530ccd41b17e72d8fd7e3baa1953e87392552 Signed-off-by: Tomas Jamrisko --- diff --git a/csit/suites/openstack/clustering/ha_l3.robot b/csit/suites/openstack/clustering/ha_l3.robot index d3fd004c5b..774d7079e9 100644 --- a/csit/suites/openstack/clustering/ha_l3.robot +++ b/csit/suites/openstack/clustering/ha_l3.robot @@ -215,6 +215,18 @@ Bring Up All Instances [Documentation] Bring up all controllers ClusterManagement.Start Members From List Or All +Connectivity Tests From Vm Instance2 In net_2 after recovering all nodes + [Documentation] ssh to the VM instance and test operations. + ${dst_list} = BuiltIn.Create List @{NET_2_L3_VM_IPS} @{NET_1_L3_VM_IPS} + OpenStackOperations.Test Operations From Vm Instance @{NETWORKS}[1] @{NET_2_L3_VM_IPS}[1] ${dst_list} + [Teardown] OpenStackOperations.Get OvsDebugInfo + +Connectivity Tests From Vm Instance3 In net_2 after recovering all nodes + [Documentation] ssh to the VM instance and test operations. + ${dst_list} = BuiltIn.Create List @{NET_2_L3_VM_IPS} @{NET_1_L3_VM_IPS} + OpenStackOperations.Test Operations From Vm Instance @{NETWORKS}[1] @{NET_2_L3_VM_IPS}[2] ${dst_list} + [Teardown] OpenStackOperations.Get OvsDebugInfo + Delete Vm Instances In net_1 [Documentation] Delete Vm instances using instance names in net_1. : FOR ${vm} IN @{NET_1_VMS}