[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 00/10] iotests: Remove duplicated blockdev_create()
From: |
Kevin Wolf |
Subject: |
[PATCH 00/10] iotests: Remove duplicated blockdev_create() |
Date: |
Mon, 16 Dec 2019 18:08:47 +0100 |
We kept copying (and occasionally slightly modifying) the
blockdev_create() function first added in 206. With now nine tests
sharing duplicates of almost the same function (and me being about to
add the tenth one), it's probably time to unify them into a single
iotests.py function.
Kevin Wolf (10):
iotests: Create VM.blockdev_create()
iotests: 255: Drop blockdev_create()
iotests: 206: Convert to VM.blockdev_create()
iotests: 210: Convert to VM.blockdev_create()
iotests: 212: Convert to VM.blockdev_create()
iotests: 213: Convert to VM.blockdev_create()
iotests: 237: Convert to VM.blockdev_create()
iotests: 266: Convert to VM.blockdev_create()
iotests: 207: Remove duplication with VM.blockdev_create()
iotests: 211: Remove duplication with VM.blockdev_create()
tests/qemu-iotests/206 | 232 ++++++++++++++++------------------
tests/qemu-iotests/207 | 8 +-
tests/qemu-iotests/210 | 81 ++++++------
tests/qemu-iotests/211 | 12 +-
tests/qemu-iotests/212 | 101 +++++++--------
tests/qemu-iotests/213 | 113 ++++++++---------
tests/qemu-iotests/237 | 139 ++++++++++----------
tests/qemu-iotests/255 | 10 --
tests/qemu-iotests/266 | 69 +++++-----
tests/qemu-iotests/266.out | 14 ++
tests/qemu-iotests/iotests.py | 16 +++
11 files changed, 374 insertions(+), 421 deletions(-)
--
2.20.1
- [PATCH 00/10] iotests: Remove duplicated blockdev_create(),
Kevin Wolf <=
- [PATCH 01/10] iotests: Create VM.blockdev_create(), Kevin Wolf, 2019/12/16
- [PATCH 02/10] iotests: 255: Drop blockdev_create(), Kevin Wolf, 2019/12/16
- [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