Skip to content

Commit

Permalink
DBG
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Sep 19, 2024
1 parent 06a73e2 commit db3d94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def setup_host(hostname_or_ip, *, config=None):
h = pool.master
return h
def _cleanup_hosts():
logging.info("_cleanup_hosts for nested VMs %r", nested_list)
for vm in nested_list:
logging.info("Destroying nested host VM %s", vm.uuid)
vm.destroy(verify=True)
Expand Down

0 comments on commit db3d94c

Please sign in to comment.