From: Michael Goldish <[email protected]>
Signed-off-by: Michael Goldish <[email protected]>
diff --git a/client/tests/kvm_runtest_2/kvm_vm.py
b/client/tests/kvm_runtest_2/kvm_vm.py
index 0680f52..fab839f 100644
--- a/client/tests/kvm_runtest_2/kvm_vm.py
+++ b/client/tests/kvm_runtest_2/kvm_vm.py
@@ -320,7 +320,7 @@ class VM:
self.pid = pid
- if not kvm_utils.wait_for(self.is_alive, timeout, 0, 1):
+ if not kvm_utils.wait_for(self.is_alive, timeout, 0, 1):
kvm_log.debug("VM is not alive for some reason")
kvm_log.error("VM could not be created with command:\n%s" %
qemu_command)
self.destroy()
@@ -458,7 +458,7 @@ class VM:
"""Return the VM's params dict.
Most modified params take effect only upon VM.create().
- """
+ """
return self.params
def get_address(self):
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html