Also add a context() call to make the VMDeadError exception more descriptive. Signed-off-by: Michael Goldish <mgoldish@xxxxxxxxxx> --- client/tests/kvm/kvm_vm.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py index a69a191..18d10ef 100755 --- a/client/tests/kvm/kvm_vm.py +++ b/client/tests/kvm/kvm_vm.py @@ -1499,6 +1499,11 @@ class VM: # and self is the destination VM that will remain alive. If this # is remote migration, self is a dead VM object. + error.context("after migration") + if local: + time.sleep(1) + self.verify_alive() + if local and stable_check: try: save1 = os.path.join(save_path, "src-" + clone.instance) -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html