[PATCH 0/6] iotests: Add and fix tests for parallels images

Alexander Ivanov posted 6 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230425124620.241022-1-alexander.ivanov@virtuozzo.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
tests/qemu-iotests/131                        |  36 ++---
tests/qemu-iotests/131.out                    |  59 ++++----
tests/qemu-iotests/tests/parallels-checks     | 130 ++++++++++++++++++
tests/qemu-iotests/tests/parallels-checks.out |  65 +++++++++
4 files changed, 239 insertions(+), 51 deletions(-)
create mode 100755 tests/qemu-iotests/tests/parallels-checks
create mode 100644 tests/qemu-iotests/tests/parallels-checks.out
[PATCH 0/6] iotests: Add and fix tests for parallels images
Posted by Alexander Ivanov 1 year ago
Add iotests for new functionality for parallels images. Fix existing tests.

Alexander Ivanov (6):
  iotests: Add out-of-image check test for parallels format
  iotests: Add leak check test for parallels format
  iotests: Add test for BAT entries duplication check
  iotests: Refactor tests of parallels images checks (131)
  iotests: Fix cluster size in parallels images tests (131)
  iotests: Fix test 131 after repair was added to parallels_open()

 tests/qemu-iotests/131                        |  36 ++---
 tests/qemu-iotests/131.out                    |  59 ++++----
 tests/qemu-iotests/tests/parallels-checks     | 130 ++++++++++++++++++
 tests/qemu-iotests/tests/parallels-checks.out |  65 +++++++++
 4 files changed, 239 insertions(+), 51 deletions(-)
 create mode 100755 tests/qemu-iotests/tests/parallels-checks
 create mode 100644 tests/qemu-iotests/tests/parallels-checks.out

-- 
2.34.1