diff options
author | Fabiano Rosas <farosas@suse.de> | 2023-07-11 18:21:31 -0300 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-07-18 09:36:27 +0200 |
commit | 94aaf6d8a589490706e8cdc1ae725743f101124a (patch) | |
tree | 17836ae878d1cf3f0b6cf0844393ee4c3e74b44d | |
parent | 7f114a580710b3b2a7e3a3a30e2096e804b0fcb6 (diff) |
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>
-rw-r--r-- | tests/qtest/migration-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index efa8c729db..e256da1216 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); |