From a51af8d757ecbcddd7b151af50b14360e2e90d1c Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Tue, 23 Jan 2018 12:09:11 -0500 Subject: [PATCH 1/1] Pop VM from list after deleting it Change-Id: Ib75b5632e530a858ed32d0eb4630a542e4d78de2 Signed-off-by: Sam Hague --- csit/suites/openstack/clustering/ha_l2.robot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csit/suites/openstack/clustering/ha_l2.robot b/csit/suites/openstack/clustering/ha_l2.robot index 8f72f38750..9033627671 100644 --- a/csit/suites/openstack/clustering/ha_l2.robot +++ b/csit/suites/openstack/clustering/ha_l2.robot @@ -193,8 +193,10 @@ Bring Up ODL1 and ODL2 ClusterManagement.Start Members From List Or All ${CLUSTER_DOWN_LIST} Delete Vm Instance - [Documentation] Delete Vm instances using instance names. + [Documentation] Delete Vm instances using instance names. Also remove the VM from the + ... list so that later cleanup will not try to delete it. OpenStackOperations.Delete Vm Instance @{NET_1_VMS}[0] + Remove From List ${NET_1_VMS} 0 No Ping For Deleted Vm [Documentation] Check non reachability of deleted vm instances by pinging to them. -- 2.36.6