Skip to content

Commit 9e50c74

Browse files
committed
test_basic_without_ssh: drop explicit shutdown
Even when a test fails (eg. "suspend") the existing fixtures take care of the vm shutdown. Signed-off-by: Yann Dirson <[email protected]>
1 parent b235429 commit 9e50c74

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/misc/test_basic_without_ssh.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,3 @@ def live_migrate(vm, dest_host, dest_sr, check_vdis=False):
104104
else:
105105
logging.info("* Preparing for live migration without storage motion *")
106106
live_migrate(vm, host1, existing_shared_sr)
107-
108-
def test_shutdown(self, imported_vm):
109-
vm = imported_vm
110-
vm.shutdown(verify=True)

0 commit comments

Comments
 (0)