[dpdk-dev] [PATCH 6/6] doc: add unit test suite change to release notes
From: Ciara Power <hidden>
Date: 2021-03-16 14:34:21
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Ciara Power <hidden>
Date: 2021-03-16 14:34:21
Subsystem:
the rest · Maintainer:
Linus Torvalds
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 <redacted> --- doc/guides/rel_notes/release_21_05.rst | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst
index 23f7f0bff9..4ee390e8d9 100644
--- a/doc/guides/rel_notes/release_21_05.rst
+++ b/doc/guides/rel_notes/release_21_05.rst@@ -70,6 +70,11 @@ New Features * Added command to display Rx queue used descriptor count. ``show port (port_id) rxq (queue_id) desc used count`` +* **Added sub-testsuite support.** + + * The unit test suite struct now supports having either a nested + list of sub-testsuites, or a list of testcases as before. + Removed Items -------------
--
2.25.1