[PATCH] KVM Test: Add check_image script as post_command script of qcow2 variant.

2010-02-24 Thread Feng Yang
Add check_image.py in scripts folder. It will performance qemu-img info and qemu-img check. Add check_image.py as post command of qcow2 variant. Signed-off-by: Feng Yang fy...@redhat.com --- client/tests/kvm/scripts/check_image.py | 96 +++

Re: [Autotest][PATCH] KVM Test: Add check_image script as post_command script of qcow2 variant.-V2

2010-02-23 Thread Lucas Meneghel Rodrigues
Hi Feng, I've tested your patch, and have some additional comments to make: On Mon, Feb 22, 2010 at 6:30 AM, Feng Yang fy...@redhat.com wrote: Signed-off-by: Feng Yang fy...@redhat.com ---  client/tests/kvm/scripts/check_image.py |   85 +++  

Re: [Autotest] [PATCH] KVM Test: Add check_image script as post_command script of qcow2 variant.

2010-02-22 Thread Feng Yang
Cc: autot...@test.kernel.org, kvm@vger.kernel.org Sent: Thursday, February 11, 2010 12:23:51 AM GMT +08:00 Beijing / Chongqing / Hong Kong / Urumqi Subject: Re: [Autotest] [PATCH] KVM Test: Add check_image script as post_command script of qcow2 variant. On Fri, 2010-01-29 at 18:17 +0800

[Autotest][PATCH] KVM Test: Add check_image script as post_command script of qcow2 variant.-V2

2010-02-22 Thread Feng Yang
Signed-off-by: Feng Yang fy...@redhat.com --- client/tests/kvm/scripts/check_image.py | 85 +++ client/tests/kvm/tests_base.cfg.sample |4 ++ 2 files changed, 89 insertions(+), 0 deletions(-) create mode 100755 client/tests/kvm/scripts/check_image.py diff

Re: [Autotest] [PATCH] KVM Test: Add check_image script as post_command script of qcow2 variant.

2010-02-10 Thread Lucas Meneghel Rodrigues
On Fri, 2010-01-29 at 18:17 +0800, Feng Yang wrote: Add check_image.py in scripts folder. It will performance qemu-img info and qemu-img check. Add check_image.py as post command of qcow2 variant. Hi Feng, thanks for your patch! See some comments below: Signed-off-by: Feng Yang

[PATCH] KVM Test: Add check_image script as post_command script of qcow2 variant.

2010-01-29 Thread Feng Yang
Add check_image.py in scripts folder. It will performance qemu-img info and qemu-img check. Add check_image.py as post command of qcow2 variant. Signed-off-by: Feng Yang fy...@redhat.com --- client/tests/kvm/scripts/check_image.py | 89 +++