aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/280
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/280')
-rwxr-xr-xtests/qemu-iotests/2802
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/280 b/tests/qemu-iotests/280
index 0b1fa8e..85e9114 100755
--- a/tests/qemu-iotests/280
+++ b/tests/qemu-iotests/280
@@ -45,7 +45,7 @@ with iotests.FilePath('base') as base_path , \
vm.qmp_log('migrate', uri='exec:cat > /dev/null')
with iotests.Timeout(3, 'Migration does not complete'):
- vm.wait_migration()
+ vm.wait_migration('postmigrate')
iotests.log('\nVM is now stopped:')
iotests.log(vm.qmp('query-migrate')['return']['status'])