From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yolkfull Chow Subject: Re: [Autotest] [PATCH] Add a client-side test qemu_iotests Date: Fri, 03 Jul 2009 10:01:15 +0800 Message-ID: <4A4D666B.7060004@redhat.com> References: <1246505385-8398-1-git-send-email-yzhou@redhat.com> <4A4C3BB5.8040003@redhat.com> <4A4C414E.6000806@redhat.com> <1246580603.6508.25.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, sudhir kumar , kvm@vger.kernel.org, Martin Bligh To: Lucas Meneghel Rodrigues Return-path: Received: from mx2.redhat.com ([66.187.237.31]:47419 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752507AbZGCCBV (ORCPT ); Thu, 2 Jul 2009 22:01:21 -0400 In-Reply-To: <1246580603.6508.25.camel@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On 07/03/2009 08:23 AM, Lucas Meneghel Rodrigues wrote: > 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. > I had compiled upstream qemu codes and run this test based on it, worked fine though two cases failed for some reason. > +1 > > Lucas > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Yolkfull Regards,