[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 02/10] iotests: 255: Drop blockdev_create()
From: |
Kevin Wolf |
Subject: |
[PATCH 02/10] iotests: 255: Drop blockdev_create() |
Date: |
Mon, 16 Dec 2019 18:08:49 +0100 |
blockdev_create() is completely unused in this test case, so we can just
drop it.
Signed-off-by: Kevin Wolf <address@hidden>
---
tests/qemu-iotests/255 | 10 ----------
1 file changed, 10 deletions(-)
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('')
--
2.20.1
- [PATCH 00/10] iotests: Remove duplicated blockdev_create(), Kevin Wolf, 2019/12/16
- [PATCH 01/10] iotests: Create VM.blockdev_create(), Kevin Wolf, 2019/12/16
- [PATCH 02/10] iotests: 255: Drop blockdev_create(),
Kevin Wolf <=
- [PATCH 03/10] iotests: 206: Convert to VM.blockdev_create(), Kevin Wolf, 2019/12/16
- [PATCH 05/10] iotests: 212: Convert to VM.blockdev_create(), Kevin Wolf, 2019/12/16
- [PATCH 06/10] iotests: 213: Convert to VM.blockdev_create(), Kevin Wolf, 2019/12/16
- [PATCH 04/10] iotests: 210: Convert to VM.blockdev_create(), Kevin Wolf, 2019/12/16
- [PATCH 07/10] iotests: 237: Convert to VM.blockdev_create(), Kevin Wolf, 2019/12/16
- [PATCH 09/10] iotests: 207: Remove duplication with VM.blockdev_create(), Kevin Wolf, 2019/12/16
- [PATCH 08/10] iotests: 266: Convert to VM.blockdev_create(), Kevin Wolf, 2019/12/16
- [PATCH 10/10] iotests: 211: Remove duplication with VM.blockdev_create(), Kevin Wolf, 2019/12/16