test/crypto: disable wireless cases for CPU crypto API
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 22 Oct 2020 16:20:58 +0000 (16:20 +0000)
committerAkhil Goyal <akhil.goyal@nxp.com>
Mon, 2 Nov 2020 08:24:41 +0000 (09:24 +0100)
commit55ab4a8c4fb58624f7ee3c914eafc458d3266cd4
tree6097972fdaa4e9b96f566d617811baefa24827c4
parent3bb803b81a5fa8b3e8d4fb95978e72a51f0db2d7
test/crypto: disable wireless cases for CPU crypto API

SNOW3G, KASUMI and ZUC algorithms have been added to
aesni_mb PMD in this release. These algorithms are not supported
for the crypto synchronous API, so the crypto tests for these algorithms
are disabled.

Fixes: ae8e085c608d ("crypto/aesni_mb: support KASUMI F8/F9")
Fixes: 6c42e0cf4d12 ("crypto/aesni_mb: support SNOW3G-UEA2/UIA2")
Fixes: fd8df85487c4 ("crypto/aesni_mb: support ZUC-EEA3/EIA3")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test/test_cryptodev.c