Signed-off-by: Fabiano Rosas <[email protected]>
---
tests/qtest/migration/precopy-tests.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/qtest/migration/precopy-tests.c
b/tests/qtest/migration/precopy-tests.c
index 45a8f6d76c..67c5b40789 100644
--- a/tests/qtest/migration/precopy-tests.c
+++ b/tests/qtest/migration/precopy-tests.c
@@ -291,7 +291,7 @@ static void test_auto_converge(char *name, MigrateCommon
*args)
uint64_t prev_dirty_sync_cnt, dirty_sync_cnt;
int max_try_count, hit = 0;
- if (migrate_start(&from, &to, uri, &args->start)) {
+ if (migrate_start(&from, &to, "defer", &args->start)) {
return;
}
@@ -312,6 +312,7 @@ static void test_auto_converge(char *name, MigrateCommon
*args)
/* Wait for the first serial output from the source */
wait_for_serial("src_serial");
+ migrate_incoming_qmp(to, uri, NULL, "{}");
migrate_qmp(from, to, uri, NULL, "{}");
/* Wait for throttling begins */
--
2.51.0