<div dir="ltr">Makes sense, thanks. I'll push it to next-dts.<div><br></div><div>Reviewed-by: Patrick Robb <<a href="mailto:probb@iol.unh.edu">probb@iol.unh.edu</a>></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, Nov 14, 2025 at 1:59 PM Dean Marx <<a href="mailto:dmarx@iol.unh.edu">dmarx@iol.unh.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Rewrite the section of dts.rst outlining use of the DTS<br>
framework in writing test suites to properly reflect<br>
the current state of the DTS API and how to use it.<br>
<br>
Signed-off-by: Dean Marx <<a href="mailto:dmarx@iol.unh.edu" target="_blank">dmarx@iol.unh.edu</a>><br>
---<br>
 doc/guides/tools/dts.rst | 9 ++++-----<br>
 1 file changed, 4 insertions(+), 5 deletions(-)<br>
<br>
diff --git a/doc/guides/tools/dts.rst b/doc/guides/tools/dts.rst<br>
index f0abfdcb7a..195e8f752a 100644<br>
--- a/doc/guides/tools/dts.rst<br>
+++ b/doc/guides/tools/dts.rst<br>
@@ -503,20 +503,19 @@ Leveraging the DTS framework in writing testsuites<br>
<br>
 One should avoid directly importing DTS framework code to their testsuites where possible.<br>
 Instead, for performing common processes required in testsuites,<br>
-one should use (or add to) the list of methods provided in the ``Testsuite`` class<br>
-(the base class of all testsuites).<br>
+one should use (or add to) the list of methods provided in the ``api`` module.<br>
<br>
 For instance, for sending a list of packets,<br>
 one should work through the packet transmitting function<br>
-already made available in the ``TestSuite`` class,<br>
+already made available in the ``api`` module,<br>
 instead of directly importing the DTS traffic generator class<br>
 and using that class in one's testsuite implementation.<br>
 It is also acceptable to import and instantiate classes for various DPDK applications.<br>
 For instance, writing a testsuite for a simple packet forwarding operation<br>
-would involve importing the DTS ``TestPmd`` class,<br>
+would involve importing the DTS ``TestPmd`` class from the ``api`` module,<br>
 instantiating ``TestPmd``, calling ``TestPmd``'s ``start()`` method,<br>
 and then sending traffic via one of the traffic transmitting functions<br>
-exposed in the ``Testsuite`` class.<br>
+exposed in the ``api`` module.<br>
<br>
 Test Case Verification<br>
 ~~~~~~~~~~~~~~~~~~~~~~<br>
-- <br>
2.51.0<br>
<br>
</blockquote></div>