From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJ28G-0007pJ-VC for qemu-devel@nongnu.org; Tue, 23 Jun 2009 05:17:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ28C-0007gP-5A for qemu-devel@nongnu.org; Tue, 23 Jun 2009 05:17:36 -0400 Received: from [199.232.76.173] (port=43062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ28B-0007g7-OO for qemu-devel@nongnu.org; Tue, 23 Jun 2009 05:17:31 -0400 Received: from mx2.redhat.com ([66.187.237.31]:36052) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ28A-0001Of-Kn for qemu-devel@nongnu.org; Tue, 23 Jun 2009 05:17:31 -0400 Message-ID: <4A409D65.3040104@redhat.com> Date: Tue, 23 Jun 2009 11:16:21 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] the qemu-iotests test suite is now available References: <20090622210523.GA8024@lst.de> In-Reply-To: <20090622210523.GA8024@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org Christoph Hellwig schrieb: > I've now uploaded the qemu-iotests suite which exercises the I/O > path using qemu-img, qemu-io and basic qemu use without a guest. > > It's available from my personal kernel.org area at: > > git://git.kernel.org/pub/scm/linux/kernel/git/hch/qemu-iotests.git > > with gitweb at > > http://git.kernel.org/?p=linux/kernel/git/hch/qemu-iotests.git > > To run it simply do a ./check (defaults to raw format) or ./check > -qcow2. > > Thanks to Kevin Wolf for sharing his qcow2 test script which make up > the most interesting scripts in the test suite, and for SGI for beeing > able to re-use the xfsqa test driver. Great to see this. Seems I can bury my ad-hoc script soon. :-) About the qcow2 tests there is one thing to note: These test cases use hard coded offsets which were calculated for 4k clusters. For 64k clusters (which the default now) I'm almost sure they don't test the critical points any more. So we'll need to change offsets dynamically depending on the cluster size of the qcow2 image. Kevin