Skip to content

Commit 3847efa

Browse files
committed
Use live migration instead of simple migration command
1 parent ff9a806 commit 3847efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_vm_life_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def test_08_migrate_vm(self):
582582
migrate_host.id
583583
))
584584

585-
self.vm_to_migrate.migrate(self.apiclient, migrate_host.id)
585+
self.vm_to_migrate.migrate_vm_with_volume(self.apiclient, migrate_host.id)
586586

587587
retries_cnt = 3
588588
while retries_cnt >=0:

0 commit comments

Comments
 (0)