The RSS test suite was added to DTS without an RST file. This patch adds the missing RST file to the doc directory.
Bugzilla ID: 1850 Fixes: 367e950f6d24 (dts: add RSS test suite) Signed-off-by: Andrew Bailey <[email protected]> --- doc/api/dts/tests.TestSuite_pmd_rss.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/api/dts/tests.TestSuite_pmd_rss.rst diff --git a/doc/api/dts/tests.TestSuite_pmd_rss.rst b/doc/api/dts/tests.TestSuite_pmd_rss.rst new file mode 100644 index 0000000000..942fa5ebdc --- /dev/null +++ b/doc/api/dts/tests.TestSuite_pmd_rss.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: BSD-3-Clause + +pmd_rss Test Suite +================== + +.. automodule:: tests.TestSuite_pmd_rss + :members: + :show-inheritance: -- 2.50.1

