From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn6t9-0006jU-KK for qemu-devel@nongnu.org; Thu, 22 Sep 2016 12:30:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn6t5-0005TK-UX for qemu-devel@nongnu.org; Thu, 22 Sep 2016 12:30:18 -0400 From: Kevin Wolf Date: Thu, 22 Sep 2016 18:29:27 +0200 Message-Id: <1474561774-19256-27-git-send-email-kwolf@redhat.com> In-Reply-To: <1474561774-19256-1-git-send-email-kwolf@redhat.com> References: <1474561774-19256-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 26/33] qemu-iotests/087: Avoid blockdev-add with id List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, qemu-devel@nongnu.org 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 <