From: Kevin Wolf Date: Wed, 21 Sep 2016 12:56:04 +0000 (+0200) Subject: qemu-iotests/087: Avoid blockdev-add with id X-Git-Tag: v2.8.0-rc0~118^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5feb08ed8ff18e5fb43e795585c83b4cbdded508;p=thirdparty%2Fqemu.git qemu-iotests/087: 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. 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 --- diff --git a/tests/qemu-iotests/087 b/tests/qemu-iotests/087 index e7bca37efc1..5c04577b366 100755 --- a/tests/qemu-iotests/087 +++ b/tests/qemu-iotests/087 @@ -77,50 +77,12 @@ echo echo === Duplicate ID === echo -run_qemu <