From: Deepak Kumar JAIN <deepak.k.j...@intel.com> Signed-off-by: Deepak Kumar Jain <deepak.k.jain at intel.com> --- app/test/test_cryptodev.c | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index a0dae4f..fa16d32 100644 --- a/app/test/test_cryptodev.c +++ b/app/test/test_cryptodev.c @@ -4156,6 +4156,10 @@ static struct unit_test_suite cryptodev_qat_testsuite = { TEST_CASE_ST(ut_setup, ut_teardown, test_kasumi_hash_generate_test_case_6), + /** KASUMI encrypt only (F8) */ + TEST_CASE_ST(ut_setup, ut_teardown, + test_kasumi_encryption_test_case_1), + TEST_CASES_END() /**< NULL terminate unit test array */ } }; -- 2.5.5