Signed-off-by: Qingtang Zhou <[email protected]>
---
 virttest/qemu_vm.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virttest/qemu_vm.py b/virttest/qemu_vm.py
index 8b1ddb0..a47f7ef 100644
--- a/virttest/qemu_vm.py
+++ b/virttest/qemu_vm.py
@@ -1849,6 +1849,7 @@ class VM(virt_vm.BaseVM):
                         logging.warn(e)
                         time.sleep(1)
                 else:
+                    e = qemu_monitor.MonitorConnectError(monitor_name)
                     self.destroy()
                     raise e
                 # Add this monitor to the list
-- 
1.8.1.4

_______________________________________________
Virt-test-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-test-devel

Reply via email to