From: Kevin Wolf Date: Mon, 16 Dec 2019 16:56:07 +0000 (+0100) Subject: iotests: 255: Drop blockdev_create() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a0de1e5330a033720158db52b1e258f5b8fa1d2e;p=qemu.git iotests: 255: Drop blockdev_create() blockdev_create() is completely unused in this test case, so we can just drop it. Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/255 b/tests/qemu-iotests/255 index 3632d507d0..0ba03d9e61 100755 --- a/tests/qemu-iotests/255 +++ b/tests/qemu-iotests/255 @@ -25,16 +25,6 @@ from iotests import imgfmt iotests.verify_image_format(supported_fmts=['qcow2']) -def blockdev_create(vm, options): - result = vm.qmp_log('blockdev-create', - filters=[iotests.filter_qmp_testfiles], - job_id='job0', options=options) - - if 'return' in result: - assert result['return'] == {} - vm.run_job('job0') - iotests.log("") - iotests.log('Finishing a commit job with background reads') iotests.log('============================================') iotests.log('')