aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabiano Rosas <farosas@suse.de>2023-07-11 18:21:31 -0300
committerThomas Huth <thuth@redhat.com>2023-07-18 09:36:27 +0200
commit94aaf6d8a589490706e8cdc1ae725743f101124a (patch)
tree17836ae878d1cf3f0b6cf0844393ee4c3e74b44d /tests
parent7f114a580710b3b2a7e3a3a30e2096e804b0fcb6 (diff)
downloadqemu-94aaf6d8a589490706e8cdc1ae725743f101124a.zip
qemu-94aaf6d8a589490706e8cdc1ae725743f101124a.tar.gz
qemu-94aaf6d8a589490706e8cdc1ae725743f101124a.tar.bz2
tests/qtest: Fix typo in multifd cancel test
This wasn't noticed because the test is currently disabled. Fixes: 02f56e3de ("tests/qtest: massively speed up migration-test") Signed-off-by: Fabiano Rosas <farosas@suse.de> Message-Id: <20230711212131.2370-1-farosas@suse.de> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/qtest/migration-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c
index efa8c72..e256da1 100644
--- a/tests/qtest/migration-test.c
+++ b/tests/qtest/migration-test.c
@@ -2481,7 +2481,7 @@ static void test_multifd_tcp_cancel(void)
migrate_qmp(from, uri, "{}");
- migrate_wait_for_dirty_mem(from, to);
+ migrate_wait_for_dirty_mem(from, to2);
migrate_ensure_converge(from);