mbox series

[0/2] iotests: Check for zstd support

Message ID 20220221170845.628429-1-hreitz@redhat.com (mailing list archive)
Headers show
Series iotests: Check for zstd support | expand

Message

Hanna Czenczek Feb. 21, 2022, 5:08 p.m. UTC
Hi,

We have two tests (as far as I know) that use compression_type=zstd for
qcow2 but do not check whether that is actually supported.  Thomas
reported this for 065, but it’s also the case for 303.

This series makes these tests be skipped when qemu-img reports this
compression type to not be supported.


Hanna Reitz (2):
  iotests/065: Check for zstd support
  iotests/303: Check for zstd support

 tests/qemu-iotests/065 | 11 ++++++++---
 tests/qemu-iotests/303 | 15 +++++++++++----
 2 files changed, 19 insertions(+), 7 deletions(-)