From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmh4f-0004h9-KE for qemu-devel@nongnu.org; Wed, 21 Sep 2016 08:56:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmh4e-0002Et-4Q for qemu-devel@nongnu.org; Wed, 21 Sep 2016 08:56:29 -0400 From: Kevin Wolf Date: Wed, 21 Sep 2016 14:56:01 +0200 Message-Id: <1474462571-10596-3-git-send-email-kwolf@redhat.com> In-Reply-To: <1474462571-10596-1-git-send-email-kwolf@redhat.com> References: <1474462571-10596-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH v3 02/12] qemu-iotests/067: 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, mreitz@redhat.com, eblake@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. In order to keep the test meaningful, some instances of query-block that want to check whether the node still exists and would now turn up empty must be converted to query-named-block-nodes (which also return the protocol level node, but that shouldn't hurt). Signed-off-by: Kevin Wolf Reviewed-by: Eric Blake --- tests/qemu-iotests/067 | 6 +- tests/qemu-iotests/067.out | 211 +++++++++++++++++++++++++++------------------ 2 files changed, 131 insertions(+), 86 deletions(-) diff --git a/tests/qemu-iotests/067 b/tests/qemu-iotests/067 index c1df48e..a12125b 100755 --- a/tests/qemu-iotests/067 +++ b/tests/qemu-iotests/067 @@ -121,7 +121,7 @@ run_qemu <