[dpdk-dev] [PATCH 4/4] app/test: add kasumi f8 test into QAT testsuite

Deepak Kumar Jain deepak.k.jain at intel.com
Tue Aug 23 23:35:51 CEST 2016


Signed-off-by: Deepak Kumar Jain <deepak.k.jain at intel.com>
---
 app/test/test_cryptodev.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 9cf4504..fdcdbeb 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -4145,6 +4145,11 @@ static struct unit_test_suite cryptodev_qat_testsuite  = {
 		/** KASUMI F9 Authentication only **/
 		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



More information about the dev mailing list