From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgudk-0001Pf-Kv for qemu-devel@nongnu.org; Wed, 22 Oct 2014 08:03:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgudf-0003xD-Iq for qemu-devel@nongnu.org; Wed, 22 Oct 2014 08:03:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgudf-0003x3-Bj for qemu-devel@nongnu.org; Wed, 22 Oct 2014 08:03:39 -0400 Date: Wed, 22 Oct 2014 14:03:23 +0200 From: Kevin Wolf Message-ID: <20141022120323.GG3188@noname.str.redhat.com> References: <1413805631-11626-1-git-send-email-pl@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413805631-11626-1-git-send-email-pl@kamp.de> Subject: Re: [Qemu-devel] [PATCH] block: qemu-iotests change _supported_proto to file once more. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: famz@redhat.com, benoit@irqsave.net, hutao@cn.fujitsu.com, jcody@redhat.com, qemu-devel@nongnu.org, mreitz@redhat.com, stefanha@redhat.com, lersek@redhat.com Am 20.10.2014 um 13:47 hat Peter Lieven geschrieben: > In preparation to possible automatic regression and performance > testing for the block layer I found that the iotests don't work > for all protocols anymore. > > In commit 1f7bf7d0 I started to change supported protocols from > generic to file for various tests. Unfortunately, some tests > added in the meantime again carry generic protocol altough they > can only work with file because they require local file access. > > The other way around for some tests that only support file I added > NFS protocol after confirming they work. > > Signed-off-by: Peter Lieven Thanks, applied to the block branch. I suspect the test cases where you added nfs are actually generic. Did you check this? Kevin