[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/5] iotest.FilePath fixes and cleanups
From: |
Nir Soffer |
Subject: |
[PATCH v3 0/5] iotest.FilePath fixes and cleanups |
Date: |
Sat, 29 Aug 2020 02:21:47 +0300 |
Fix some issues introduced when iotests.FilePaths was added and merge it back
into FilePath keeping the option to create multiple file names.
Changes since v2:
- Improve dosting to show how sockets should be created [Max]
v2 was here:
https://lists.nongnu.org/archive/html/qemu-block/2020-08/msg00780.html
Changes since v1:
- Remove unwanted submodule change [Eric]
- Add Fixes: tag
v1 was here:
https://lists.nongnu.org/archive/html/qemu-block/2020-08/msg00773.html
Nir Soffer (5):
qemu-iotests: Fix FilePaths cleanup
qemu-iotests: Fix FilePaths docstring
qemu-iotests: Support varargs syntax in FilePaths
qemu-iotests: Merge FilePaths and FilePath
qemu-iotests: Simplify FilePath __init__
tests/qemu-iotests/194 | 4 +--
tests/qemu-iotests/208 | 2 +-
tests/qemu-iotests/222 | 2 +-
tests/qemu-iotests/257 | 10 +++----
tests/qemu-iotests/iotests.py | 53 ++++++++++++++++++-----------------
5 files changed, 36 insertions(+), 35 deletions(-)
--
2.26.2
- [PATCH v3 0/5] iotest.FilePath fixes and cleanups,
Nir Soffer <=
- [PATCH v3 1/5] qemu-iotests: Fix FilePaths cleanup, Nir Soffer, 2020/08/28
- [PATCH v3 2/5] qemu-iotests: Fix FilePaths docstring, Nir Soffer, 2020/08/28
- [PATCH v3 3/5] qemu-iotests: Support varargs syntax in FilePaths, Nir Soffer, 2020/08/28
- [PATCH v3 4/5] qemu-iotests: Merge FilePaths and FilePath, Nir Soffer, 2020/08/28
- [PATCH v3 5/5] qemu-iotests: Simplify FilePath __init__, Nir Soffer, 2020/08/28