[dpdk-dev] [PATCH v2 4/4] app/test: add kasumi f8 test into QAT testsuite
Deepak Kumar Jain
deepak.k.jain at intel.com
Thu Aug 25 15:23:39 CEST 2016
From: Deepak Kumar JAIN <deepak.k.jain at 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
More information about the dev
mailing list