From fa1087987e9d18e12d0a952ddb55dd4edc66d2da Mon Sep 17 00:00:00 2001 From: Xu Tian Date: Mon, 22 Jul 2013 20:21:31 +0800 Subject: [PATCH] virttest: fix save_to_file time when use qmp monitor when QMP monitor used, migrate complete check always failed until timeout; This commit update check method and raise QemuMigrationTimeout expection when migrate timeout; Signed-off-by: Xu Tian --- tests/cfg/boot_savevm.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cfg/boot_savevm.cfg b/tests/cfg/boot_savevm.cfg index 75e73e63..061f6919 100644 --- a/tests/cfg/boot_savevm.cfg +++ b/tests/cfg/boot_savevm.cfg @@ -14,6 +14,7 @@ - default_savevm: - with_floppy: + no Host_RHEL.7 virt_test_type = qemu save_method = save_to_tag with_floppy = yes -- GitLab