From 9cc18553336c0a54e94c337627fe0f805d4b8aa8 Mon Sep 17 00:00:00 2001 From: Tomas Jamrisko Date: Mon, 21 May 2018 14:06:42 +0200 Subject: [PATCH] Check connectivity after reboot Add a connectivity check to VMs after taking down all nodes. Change-Id: I158530ccd41b17e72d8fd7e3baa1953e87392552 Signed-off-by: Tomas Jamrisko --- csit/suites/openstack/clustering/ha_l3.robot | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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} -- 2.36.6