Hi Arek, > -----Original Message----- > From: Kusztal, ArkadiuszX <[email protected]> > Sent: Wednesday 17 May 2023 22:19 > To: [email protected] > Cc: [email protected]; Ji, Kai <[email protected]>; Power, Ciara > <[email protected]>; Kusztal, ArkadiuszX <[email protected]> > Subject: [PATCH 1/4] app/test: remove testsuite calls from ut setup > > Unit test setup should be responsible for setting unit test parateres only,
Small typo: parameters > 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 <[email protected]> > --- > app/test/test_cryptodev_asym.c | 310 ++++++++++++++------------------- > 1 file changed, 130 insertions(+), 180 deletions(-) > > diff --git a/app/test/test_cryptodev_asym.c b/app/test/test_cryptodev_asym.c > index 9236817650..026fa48c9e 100644 > --- a/app/test/test_cryptodev_asym.c > +++ b/app/test/test_cryptodev_asym.c <snip> Acked-by: Ciara Power <[email protected]>

