RE: [PATCH 1/4] app/test: remove testsuite calls from ut setup

2023-05-25 Thread Power, Ciara
Hi Arek, > -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday 17 May 2023 22:19 > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai ; Power, Ciara > ; Kusztal, ArkadiuszX > Subject: [PATCH 1/4] app/test: remove testsuite calls from ut setup > >

[PATCH 1/4] app/test: remove testsuite calls from ut setup

2023-05-17 Thread Arek Kusztal
Unit test setup should be responsible for setting unit test parateres only, analogous rules should apply to ut teardown function. Cryptodev start/stop functions should be used once - during setting the testsuite. Signed-off-by: Arek Kusztal --- app/test/test_cryptodev_asym.c | 310 ++