Added a warning if failed to delete instance
At the end of every test, all created resources must be deleted. Added a warning if failed to force-delete an instance. Change-Id: Iae4301e93e8b7b52ce4b4ed4334c823f3a0ee4fa
This commit is contained in:
parent
fc3e8977c8
commit
e177b8a64b
@ -66,7 +66,7 @@ def delete_all_instances(**kwargs):
|
||||
try:
|
||||
TempestClients.nova().servers.force_delete(item)
|
||||
except Exception:
|
||||
pass
|
||||
LOG.exception('Failed to force delete instance %s', item.id)
|
||||
wait_for_status(
|
||||
30,
|
||||
check_deleted_instances,
|
||||
|
Loading…
x
Reference in New Issue
Block a user