Re: [dpdk-dev] [PATCH 6/6] doc: add unit test suite change to release notes

2021-03-31 Thread Akhil Goyal
> The unit test suite framework now supports having nested sub-testsuites, > or a list of testcases as before. > This new unit test feature is added to the release notes. > > Signed-off-by: Ciara Power > --- No need for a separate patch for release notes. You can squash it in last patch.

[dpdk-dev] [PATCH 6/6] doc: add unit test suite change to release notes

2021-03-16 Thread Ciara Power
The unit test suite framework now supports having nested sub-testsuites, or a list of testcases as before. This new unit test feature is added to the release notes. Signed-off-by: Ciara Power --- doc/guides/rel_notes/release_21_05.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/