From: Sam Hague Date: Tue, 23 Jan 2018 17:09:11 +0000 (-0500) Subject: Pop VM from list after deleting it X-Git-Tag: pre-potassium~987 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a51af8d757ecbcddd7b151af50b14360e2e90d1c;hp=f7ba7a4bf193b6ef8cc8e125625cc1fbf5c07f84;p=integration%2Ftest.git Pop VM from list after deleting it Change-Id: Ib75b5632e530a858ed32d0eb4630a542e4d78de2 Signed-off-by: Sam Hague --- 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.