From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [Autotest] [PATCH] Add a client-side test qemu_iotests Date: Thu, 02 Jul 2009 21:23:23 -0300 Message-ID: <1246580603.6508.25.camel@localhost.localdomain> References: <1246505385-8398-1-git-send-email-yzhou@redhat.com> <4A4C3BB5.8040003@redhat.com> <4A4C414E.6000806@redhat.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, sudhir kumar , kvm@vger.kernel.org, Martin Bligh To: Yolkfull Chow Return-path: Received: from mx2.redhat.com ([66.187.237.31]:53770 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752507AbZGCAX3 (ORCPT ); Thu, 2 Jul 2009 20:23:29 -0400 In-Reply-To: <4A4C414E.6000806@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 2009-07-02 at 13:10 +0800, Yolkfull Chow wrote: > Signed-off-by: Yolkfull Chow > --- > client/tests/qemu_iotests/control | 31 ++++++++++++++ > client/tests/qemu_iotests/qemu_iotests.py | 63 > +++++++++++++++++++++++++++++ > 2 files changed, 94 insertions(+), 0 deletions(-) > create mode 100644 client/tests/qemu_iotests/control > create mode 100755 client/tests/qemu_iotests/qemu_iotests.py Ok, I've been trough the test and took a look at the testsuite itself. Both look good. The testsuite requires a very current qemu-img package, due to the use of qemu-io (F11 for instance doesn't ship it). So if you want to try this make sure you use a current version of the kvm utilities. +1 Lucas