From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9LW8-0003hR-Rz for qemu-devel@nongnu.org; Fri, 31 Jan 2014 16:20:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9LW3-0003uU-OT for qemu-devel@nongnu.org; Fri, 31 Jan 2014 16:20:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9LW3-0003uK-HG for qemu-devel@nongnu.org; Fri, 31 Jan 2014 16:20:47 -0500 From: Stefan Hajnoczi Date: Fri, 31 Jan 2014 22:19:49 +0100 Message-Id: <1391203189-6552-9-git-send-email-stefanha@redhat.com> In-Reply-To: <1391203189-6552-1-git-send-email-stefanha@redhat.com> References: <1391203189-6552-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 8/8] qemu-iotests: only run 071 on qcow2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori The 071 test is designed for IMGFMT=qcow2 because it uses the l2_load blkdebug event. Its output filtering also assumes that IMGFMT is not raw since 071.out contains "format=raw" but IMGFMT=raw would filter the output to "format=IMGFMT". Perhaps the test case can be rewritten to be more generic, but for now let's document that it was only supposed to work with qcow2. Signed-off-by: Stefan Hajnoczi Reviewed-by: Benoit Canet --- tests/qemu-iotests/071 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/071 b/tests/qemu-iotests/071 index 2a22546..dbc07c6 100755 --- a/tests/qemu-iotests/071 +++ b/tests/qemu-iotests/071 @@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.rc . ./common.filter -_supported_fmt generic +_supported_fmt qcow2 _supported_proto generic _supported_os Linux -- 1.8.5.3