From: Kevin Wolf Date: Wed, 21 Sep 2016 12:56:01 +0000 (+0200) Subject: qemu-iotests/067: Avoid blockdev-add with id X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=522ce4ecd4e93f77ba4cd399b25db1fd5405c7e9;p=qemu.git qemu-iotests/067: Avoid blockdev-add with id 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 --- diff --git a/tests/qemu-iotests/067 b/tests/qemu-iotests/067 index c1df48eded..a12125bd46 100755 --- a/tests/qemu-iotests/067 +++ b/tests/qemu-iotests/067 @@ -121,7 +121,7 @@ run_qemu <