Message ID | 1302294788-10078-2-git-send-email-lmr@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py index f004f4f..f0b8152 100755 --- a/client/tests/kvm/kvm_vm.py +++ b/client/tests/kvm/kvm_vm.py @@ -1678,6 +1678,7 @@ class VM: if local: time.sleep(1) self.verify_alive() + self.verify_kernel_crash() if local and stable_check: try:
We noticed some times guests crash after migration. Putting a kernel crash check on that stage makes it easier to indentify when such conditions happened. Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> --- client/tests/kvm/kvm_vm.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)