> -----Original Message----- > From: Troy, Rebecca <[email protected]> > Sent: Friday, October 29, 2021 10:04 AM > To: [email protected] > Cc: Power, Ciara <[email protected]>; Zhang, Roy Fan > <[email protected]>; Coyle, David <[email protected]>; Troy, > Rebecca <[email protected]>; Akhil Goyal <[email protected]>; > Doherty, Declan <[email protected]> > Subject: [PATCH v2] 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 <[email protected]> > Looks good Rebecca
Reviewed-by: David Coyle <[email protected]>

