From patchwork Tue Sep 20 13:03:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 672266 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)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3sdjfr3XSpz9sBr for ; Tue, 20 Sep 2016 23:05:40 +1000 (AEST) Received: from localhost ([::1]:35135 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmKjy-00012L-2r for incoming@patchwork.ozlabs.org; Tue, 20 Sep 2016 09:05:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmKi9-0007ut-47 for qemu-devel@nongnu.org; Tue, 20 Sep 2016 09:03:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmKi3-00027X-VR for qemu-devel@nongnu.org; Tue, 20 Sep 2016 09:03:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmKhz-00024Y-Mg; Tue, 20 Sep 2016 09:03:35 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 337DA13A5E; Tue, 20 Sep 2016 13:03:35 +0000 (UTC) Received: from noname.redhat.com (ovpn-116-84.ams2.redhat.com [10.36.116.84]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8KD3PcV020723; Tue, 20 Sep 2016 09:03:33 -0400 From: Kevin Wolf To: qemu-block@nongnu.org Date: Tue, 20 Sep 2016 15:03:16 +0200 Message-Id: <1474376602-9665-6-git-send-email-kwolf@redhat.com> In-Reply-To: <1474376602-9665-1-git-send-email-kwolf@redhat.com> References: <1474376602-9665-1-git-send-email-kwolf@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 20 Sep 2016 13:03:35 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v2 05/11] qemu-iotests/087: Avoid blockdev-add with id X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kwolf@redhat.com, qemu-devel@nongnu.org, mreitz@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" We want to remove the 'id' option for blockdev-add. This removes one user of the option and makes it use only node names. The test cases that test conflicts between the 'id' option to blockdev-add and existing block devices or the 'node-name' of the same command can be removed because it won't be possible to specify this at the end of the series. Signed-off-by: Kevin Wolf Reviewed-by: Eric Blake --- tests/qemu-iotests/087 | 62 ++++------------------------------------------ tests/qemu-iotests/087.out | 6 +---- 2 files changed, 6 insertions(+), 62 deletions(-) diff --git a/tests/qemu-iotests/087 b/tests/qemu-iotests/087 index e7bca37..5c04577 100755 --- a/tests/qemu-iotests/087 +++ b/tests/qemu-iotests/087 @@ -77,50 +77,12 @@ echo echo === Duplicate ID === echo -run_qemu <