<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Apr 23, 2025 at 9:48 PM Patrick Robb <<a href="mailto:probb@iol.unh.edu">probb@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">From: Jeremy Spewock <<a href="mailto:jspewock@iol.unh.edu" target="_blank">jspewock@iol.unh.edu</a>><br></blockquote><div>Should add:</div><div>@requires(topology_type=TopologyType.two_links)</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
+class TestPortControl(TestSuite):<br>
+    """DPDK Port Control Testing Suite."""<br>
+<br>
+    def send_packets_and_verify(self) -> None:<br>
+        """Send 100 packets and verify that all packets were forwarded back.<br>
+<br>
+        Packets sent are identical and are all ethernet frames with a payload of 30 "X" characters.<br>
+        This payload is used to differentiate noise on the wire from packets sent by this<br>
+        framework.<br><br>
</blockquote></div></div>