Check connectivity after reboot 13/72113/4
authorTomas Jamrisko <tjamrisk@redhat.com>
Mon, 21 May 2018 12:06:42 +0000 (14:06 +0200)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 23 May 2018 15:02:18 +0000 (15:02 +0000)
Add a connectivity check to VMs after taking down all nodes.

Change-Id: I158530ccd41b17e72d8fd7e3baa1953e87392552
Signed-off-by: Tomas Jamrisko <tjamrisk@redhat.com>
csit/suites/openstack/clustering/ha_l3.robot

index d3fd004c5b87cfd91f8ebefc13e5469fef6cf200..774d7079e95214c4dc38ae49ce1a5bb8d35c1692 100644 (file)
@@ -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}