qemu-iotests/067: Avoid blockdev-add with id
commit522ce4ecd4e93f77ba4cd399b25db1fd5405c7e9
authorKevin Wolf <kwolf@redhat.com>
Wed, 21 Sep 2016 12:56:01 +0000 (21 14:56 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Sep 2016 11:45:36 +0000 (23 13:45 +0200)
treec39d04d55a7797377c415b4eef3bdf390734b34b
parent476fb028bf21cd44f5e3a72c856147a00e74f670
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 <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
tests/qemu-iotests/067
tests/qemu-iotests/067.out