[PATCH 0/2] iotests: Fix crypto algorithm failures

Hanna Reitz posted 2 patches 2 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211117150159.41806-1-hreitz@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
tests/qemu-iotests/149     | 23 ++++++++++++++++++-----
tests/qemu-iotests/206     |  4 ++--
tests/qemu-iotests/206.out |  6 +++---
tests/qemu-iotests/210     |  4 ++--
tests/qemu-iotests/210.out |  6 +++---
5 files changed, 28 insertions(+), 15 deletions(-)
[PATCH 0/2] iotests: Fix crypto algorithm failures
Posted by Hanna Reitz 2 years, 5 months ago
Hi,

iotests 149, 206, and 210 fail when qemu uses the gnutls crypto backend
(which is the default as of 8bd0931f6) because they try to use
algorithms that this backend does not support.

Have 206 and 210 use different algorithms instead (patch 1), and let 149
be skipped when it encounters an unsupported algorithm (patch 2).


Hanna Reitz (2):
  iotests: Use aes-128-cbc
  iotests/149: Skip on unsupported ciphers

 tests/qemu-iotests/149     | 23 ++++++++++++++++++-----
 tests/qemu-iotests/206     |  4 ++--
 tests/qemu-iotests/206.out |  6 +++---
 tests/qemu-iotests/210     |  4 ++--
 tests/qemu-iotests/210.out |  6 +++---
 5 files changed, 28 insertions(+), 15 deletions(-)

-- 
2.33.1