]> git.droids-corp.org - dpdk.git/commit
test/crypto: refactor DOCSIS to show hidden cases
authorRebecca Troy <rebecca.troy@intel.com>
Fri, 29 Oct 2021 09:04:17 +0000 (09:04 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Thu, 4 Nov 2021 18:46:27 +0000 (19:46 +0100)
commitc1685e2f7721839305b3defdf8b356c7d9ff220a
tree66e95ffaa288751556e4a261dc354dc6a8b3fbeb
parent86738ebe1e3d1c16b53e1b235e49c2fd8a76871f
test/crypto: refactor DOCSIS to show hidden cases

In the current implementation, the DOCSIS test cases are running
and being reported as one test, despite the fact that multiple
test cases are hidden inside i.e. "test_DOCSIS_PROTO_all" runs
52 test cases. Each DOCSIS test case should be reported individually
instead.

This commit achieves this by removing the use of the
test_DOCSIS_PROTO_all function and statically listing the test cases
to run when building the test suite, which are then reported to the
user by description.

Signed-off-by: Rebecca Troy <rebecca.troy@intel.com>
Acked-by: Ciara Power <ciara.power@intel.com>
Reviewed-by: David Coyle <david.coyle@intel.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
app/test/test_cryptodev.c
app/test/test_cryptodev_security_docsis_test_vectors.h