From patchwork Tue May 7 11:13:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fam Zheng X-Patchwork-Id: 242178 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0EB942C0168 for ; Tue, 7 May 2013 21:15:30 +1000 (EST) Received: from localhost ([::1]:34687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZfrj-0000vf-P8 for incoming@patchwork.ozlabs.org; Tue, 07 May 2013 07:15:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZfpl-0006w1-BV for qemu-devel@nongnu.org; Tue, 07 May 2013 07:13:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZfph-00089A-O9 for qemu-devel@nongnu.org; Tue, 07 May 2013 07:13:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZfph-00088y-GH for qemu-devel@nongnu.org; Tue, 07 May 2013 07:13:21 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r47BDK19017265 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 May 2013 07:13:20 -0400 Received: from fam-laptop.nay.redhat.com ([10.66.7.14]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r47BDD9a007162; Tue, 7 May 2013 07:13:19 -0400 From: Fam Zheng To: qemu-devel@nongnu.org Date: Tue, 7 May 2013 19:13:04 +0800 Message-Id: <1367925185-12988-3-git-send-email-famz@redhat.com> In-Reply-To: <1367925185-12988-1-git-send-email-famz@redhat.com> References: <1367925185-12988-1-git-send-email-famz@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, Fam Zheng , stefanha@redhat.com Subject: [Qemu-devel] [PATCH 2/3] qemu-iotests: exclude vmdk from 043 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 043 tests recursive backing file by changing backing file. VMDK has not implemented this yet. Signed-off-by: Fam Zheng Reviewed-by: Jeff Cody --- tests/qemu-iotests/043 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/043 b/tests/qemu-iotests/043 index 3ba08dc..dd06c37 100755 --- a/tests/qemu-iotests/043 +++ b/tests/qemu-iotests/043 @@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.filter # Any format supporting backing files -_supported_fmt qcow qcow2 vmdk qed +_supported_fmt qcow qcow2 qed _supported_proto generic _supported_os Linux