[EXT] [PATCH v1 1/1] test: fix named test macro
Anoob Joseph
anoobj at marvell.com
Wed Aug 23 12:51:53 CEST 2023
> Currently, the TEST_CASE_NAMED_ST macro is implemented in a way that is
> identical to TEST_CASE_NAMED_WITH_DATA. In particular, it expects the
> test function to have a data argument, which is why a bunch of tests have an
> unused data arguments.
>
> Fix this by adjusting the macro to not expect a test function with data
> arguments, and adjust the dependant test cases accordingly.
>
> Fixes: 474f12024dd9 ("test/crypto: add lookaside IPsec cases")
> Cc: anoobj at marvell.com
> Cc: stable at dpdk.org
>
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> ---
> app/test/test.h | 2 +-
> app/test/test_cryptodev.c | 74 ++++++++++++------------
> app/test/test_security_inline_macsec.c | 48 ++++++++--------
> app/test/test_security_inline_proto.c | 78 +++++++++++++-------------
> 4 files changed, 101 insertions(+), 101 deletions(-)
>
Acked-by: Anoob Joseph <anoobj at marvell.com>
More information about the dev
mailing list