[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/8] iotests skipping
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
[PATCH 0/8] iotests skipping |
Date: |
Thu, 30 Apr 2020 15:47:05 +0300 |
Hi all!
This series adds a bit more support for iotests skipping due to format
whitelisting. Not pretend to be something complete. It just lay in its
folder I don't know how much time, I forgot to send it.
Still, now I've rebased it on master, let's take them, they are useful.
Vladimir Sementsov-Ogievskiy (8):
iotests: handle tmpfs
iotests/082: require bochs
iotests/148: use skip_if_unsupported
iotests/041: drop self.assert_no_active_block_jobs()
iotests/055: refactor compressed backup to vmdk
iotests/055: skip vmdk target tests if vmdk is not whitelisted
iotests/109: mark required formats as required to support whitelisting
iotests/113: mark bochs as required to support whitelisting
tests/qemu-iotests/041 | 8 ----
tests/qemu-iotests/055 | 74 ++++++++++++++++++++----------------
tests/qemu-iotests/055.out | 4 +-
tests/qemu-iotests/082 | 1 +
tests/qemu-iotests/091 | 2 +-
tests/qemu-iotests/109 | 1 +
tests/qemu-iotests/113 | 4 +-
tests/qemu-iotests/148 | 1 +
tests/qemu-iotests/common.rc | 37 +++++++++++++++++-
9 files changed, 84 insertions(+), 48 deletions(-)
--
2.21.0
- [PATCH 0/8] iotests skipping,
Vladimir Sementsov-Ogievskiy <=
- [PATCH 1/8] iotests: handle tmpfs, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 3/8] iotests/148: use skip_if_unsupported, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 2/8] iotests/082: require bochs, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 4/8] iotests/041: drop self.assert_no_active_block_jobs(), Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 5/8] iotests/055: refactor compressed backup to vmdk, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 6/8] iotests/055: skip vmdk target tests if vmdk is not whitelisted, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 8/8] iotests/113: mark bochs as required to support whitelisting, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 7/8] iotests/109: mark required formats as required to support whitelisting, Vladimir Sementsov-Ogievskiy, 2020/04/30