From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIqhm-0000E7-Cq for qemu-devel@nongnu.org; Mon, 22 Jun 2009 17:05:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIqhi-0000CI-UB for qemu-devel@nongnu.org; Mon, 22 Jun 2009 17:05:30 -0400 Received: from [199.232.76.173] (port=42935 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIqhi-0000CF-P7 for qemu-devel@nongnu.org; Mon, 22 Jun 2009 17:05:26 -0400 Received: from verein.lst.de ([213.95.11.210]:37901) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MIqhi-0003TX-76 for qemu-devel@nongnu.org; Mon, 22 Jun 2009 17:05:26 -0400 Received: from verein.lst.de (localhost [127.0.0.1]) by verein.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id n5ML5Or8008181 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 22 Jun 2009 23:05:24 +0200 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id n5ML5N6a008179 for qemu-devel@nongnu.org; Mon, 22 Jun 2009 23:05:23 +0200 Date: Mon, 22 Jun 2009 23:05:23 +0200 From: Christoph Hellwig Message-ID: <20090622210523.GA8024@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] the qemu-iotests test suite is now available List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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.