]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests: skip legacy qcow2 encryption test if AES is not available
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 7 May 2025 14:47:18 +0000 (15:47 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 21 May 2025 18:36:43 +0000 (19:36 +0100)
commit75134a32851e2d9f240097cc7a3bc3426667e147
treedd5f8317cf045cf314518b943ae2d26f17e12225
parent212c217f7d540fdbf1df4b65653ad5592073bb8e
tests: skip legacy qcow2 encryption test if AES is not available

This avoids test breakage when we drop support for using the
built-in AES impl as a fallback for missing crypto libraries.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
tests/unit/test-crypto-block.c