From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ry8KN-00075Y-VX for Qemu-devel@nongnu.org; Thu, 16 Feb 2012 15:53:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ry8KG-0003ZE-4k for Qemu-devel@nongnu.org; Thu, 16 Feb 2012 15:53:19 -0500 Received: from verein.lst.de ([213.95.11.211]:38520 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ry8KG-0003Yx-0O for Qemu-devel@nongnu.org; Thu, 16 Feb 2012 15:53:12 -0500 Date: Thu, 16 Feb 2012 21:53:10 +0100 From: Christoph Hellwig Message-ID: <20120216205310.GA29156@lst.de> References: <4F3D1A66.8010909@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F3D1A66.8010909@redhat.com> Subject: Re: [Qemu-devel] Merging qemu-iotests into qemu.git? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Qemu-devel@nongnu.org, Christoph Hellwig , Stefan Hajnoczi On Thu, Feb 16, 2012 at 04:01:58PM +0100, Kevin Wolf wrote: > Hi Christoph, > > I just talked to Stefan about our testing, both regarding the block > layer and qemu in general, and we came to the conclusion that it would > probably make sense to merge qemu-iotests into qemu.git. > > The immediate benefit would be that we could include some short-running > tests into 'make check'. Long-term we would profit from being in the > same tests/ directory as all future tests for other qemu subsystems, so > we could probably share quite some of the framework code. (We were > initially talking about image streaming tests, which need a real VM > instead of just qemu-img/io and some monitor interaction - it's easy to > imagine similar cases) > > What do you think? I'm fine with doing that.