Add missing colons to the verify sections of the
dynamic queue test suite cases.

Fixes: ae9b7659fc77 ("dts: update test suites doc")

Signed-off-by: Dean Marx <[email protected]>
Reviewed-by: Patrick Robb <[email protected]>
---
 dts/tests/TestSuite_dynamic_queue_conf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dts/tests/TestSuite_dynamic_queue_conf.py 
b/dts/tests/TestSuite_dynamic_queue_conf.py
index 3ddfa31152..5ac85bee7d 100644
--- a/dts/tests/TestSuite_dynamic_queue_conf.py
+++ b/dts/tests/TestSuite_dynamic_queue_conf.py
@@ -287,7 +287,7 @@ def rx_queue_stop(self) -> None:
             * Set forward mode.
             * Send packets with different addresses and capture.
 
-        Verify
+        Verify:
             * Stopped queues don't handle traffic and doesn't block traffic on 
other queues.
         """
         self._stop_queues(True)
@@ -302,7 +302,7 @@ def rx_queue_configuration(self) -> None:
             * Set forward mode.
             * Send packets with different addresses and capture.
 
-        Verify
+        Verify:
             * Ring size of port queues can be configured at runtime.
         """
         self._modify_ring_size(True)
@@ -317,7 +317,7 @@ def tx_queue_stop(self) -> None:
             * Set forward mode.
             * Send packets with different addresses and capture.
 
-        Verify
+        Verify:
             * Stopped queues don't handle traffic and doesn't block traffic on 
other queues.
         """
         self._stop_queues(False)
@@ -332,7 +332,7 @@ def tx_queue_configuration(self) -> None:
             * Set forward mode.
             * Send packets with different addresses and capture.
 
-        Verify
+        Verify:
             * Ring size of port queues can be configured at runtime.
         """
         self._modify_ring_size(False)
-- 
2.52.0

Reply via email to