Show instance details before deleting
[integration/test.git] / csit / libraries / OpenStackOperations.robot
index 8ad82b621890c514dab858bfe0e5e6a0b394c137..1bce370f4226223286122df4fbaf3682830919d4 100644 (file)
@@ -1062,6 +1062,7 @@ OpenStack Cleanup All
     \    BuiltIn.Run Keyword And Ignore Error    Delete Floating IP    ${fip['ID']}
     @{vms} =    OpenStack CLI Get List    openstack server list -f json
     : FOR    ${vm}    IN    @{vms}
+    \    OpenStack CLI    openstack server show ${vm['ID']}
     \    BuiltIn.Run Keyword And Ignore Error    Delete Vm Instance    ${vm['ID']}
     @{routers} =    OpenStack CLI Get List    openstack router list -f json
     : FOR    ${router}    IN    @{routers}