test/crypto: enable feature flag for security
authorDavid Coyle <david.coyle@intel.com>
Thu, 16 Jul 2020 15:29:51 +0000 (16:29 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Sat, 18 Jul 2020 21:11:14 +0000 (23:11 +0200)
commitff36e4c2a5d965d70641fef1d588621ac9d2c8f4
tree8081fb20fa95ae45b620c911f9bff7f9d7042bf0
parenta4412942124d09df209371c97ee25014650195ac
test/crypto: enable feature flag for security

The RTE_CRYPTODEV_FF_SECURITY feature was disabled through the
ff_disable device configuration option for all cryptodev tests,
including security related tests. This patch updates the cryptodev unit
tests to not disable RTE_CRYPTODEV_FF_SECURITY for DOCSIS and PDCP
security tests.

Fixes: ea31f2b4f547 ("test/crypto: add DOCSIS security cases")

Signed-off-by: David Coyle <david.coyle@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
app/test/test_cryptodev.c