crypto: skip testing of unsupported cipher algorithms
commitaa41363598735bae8d270023247da9ec0334605c
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 10 Feb 2016 17:46:55 +0000 (10 17:46 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 17 Mar 2016 14:41:14 +0000 (17 14:41 +0000)
tree803e6a1d6f39ddc46da12013ad3d5e8cb1a86682
parent5a95e0fccdad951d8779fca459c20649c8b0cbb4
crypto: skip testing of unsupported cipher algorithms

We don't guarantee that all crypto backends will support
all cipher algorithms, so we should skip tests unless
the crypto backend indicates support.

Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tests/test-crypto-cipher.c