qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 1/3] fixup! tests/qtest/migration: Add negative tests to valid


From: Het Gala
Subject: [PATCH v2 1/3] fixup! tests/qtest/migration: Add negative tests to validate migration QAPIs
Date: Tue, 9 Apr 2024 11:00:09 +0000

Signed-off-by: Het Gala <het.gala@nutanix.com>
---
 tests/qtest/migration-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c
index d03a655f83..584d7c496f 100644
--- a/tests/qtest/migration-test.c
+++ b/tests/qtest/migration-test.c
@@ -1724,7 +1724,7 @@ static void test_precopy_common(MigrateCommon *args)
     }
 
     if (args->result == MIG_TEST_QMP_ERROR) {
-        migrate_qmp_fail(from, args->connect_uri, args->connect_uri, "{}");
+        migrate_qmp_fail(from, args->connect_uri, args->connect_channels, 
"{}");
         goto finish;
     }
 
-- 
2.22.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]