Re: [dpdk-dev] [PATCH] test/crypto: refactor docsis to show hidden cases

2021-10-28 Thread Troy, Rebecca
> -Original Message- > From: Coyle, David > Sent: Thursday 28 October 2021 11:34 > To: Troy, Rebecca ; dev@dpdk.org > Cc: Power, Ciara ; Zhang, Roy Fan > ; Akhil Goyal ; Doherty, > Declan > Subject: RE: [PATCH] test/crypto: refactor docsis to show hidden cases > > Hi Rebecca, see below >

Re: [dpdk-dev] [PATCH] test/crypto: refactor docsis to show hidden cases

2021-10-28 Thread Coyle, David
Hi Rebecca, see below > -Original Message- > From: Troy, Rebecca > > 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 d

[dpdk-dev] [PATCH] test/crypto: refactor docsis to show hidden cases

2021-10-22 Thread Rebecca Troy
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