Signed-off-by: Michael Goldish <[email protected]>
---
client/tests/kvm/kvm_vm.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py
index 997a44f..6f494eb 100755
--- a/client/tests/kvm/kvm_vm.py
+++ b/client/tests/kvm/kvm_vm.py
@@ -656,6 +656,7 @@ class VM:
return qemu_cmd
+ @error.context_aware
def create(self, name=None, params=None, root_dir=None, timeout=5.0,
migration_mode=None, mac_source=None):
"""
@@ -683,6 +684,7 @@ class VM:
requested
@raise VMPAError: If no PCI assignable devices could be assigned
"""
+ error.context("creating '%s'" % self.name)
self.destroy()
if name is not None:
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html