[PATCH] KVM test: Add a subtest kdump

2010-11-11 Thread Lucas Meneghel Rodrigues
From: Jason Wang jasow...@redhat.com Add a new subtest to check whether kdump work correctly in guest. This test just try to trigger crash on each vcpu and then verify it by checking the vmcore. Signed-off-by: Jason Wang jasow...@redhat.com --- client/tests/kvm/tests/kdump.py |

[PATCH] KVM test: Add a subtest kdump

2010-10-28 Thread Jason Wang
Add a new subtest to check whether kdump work correctly in guest. This test just try to trigger crash on each vcpu and then verify it by checking the vmcore. Signed-off-by: Jason Wang jasow...@redhat.com --- client/tests/kvm/tests/kdump.py | 79 ++

Re: [PATCH] KVM test: Add a subtest kdump

2010-10-28 Thread Lucas Meneghel Rodrigues
On Thu, 2010-10-28 at 15:36 +0800, Jason Wang wrote: Add a new subtest to check whether kdump work correctly in guest. This test just try to trigger crash on each vcpu and then verify it by checking the vmcore. Nice test Jason, some comments below: Signed-off-by: Jason Wang