[dts] [PATCH] tests/queue_region: fix typos

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:42:03 CET 2019


Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_queue_region.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_queue_region.py b/tests/TestSuite_queue_region.py
index fc27276..7002b3f 100644
--- a/tests/TestSuite_queue_region.py
+++ b/tests/TestSuite_queue_region.py
@@ -288,7 +288,7 @@ class TestQueue_region(TestCase):
         out = self.dut.send_expect("show port 0 queue-region", "testpmd> ")
         self.get_and_compare_rules(out, 0, 0, 0)
 
-        # confirm packet not to the same queue after flush all the queue regions rull.
+        # confirm packet not to the same queue after flush all the queue regions rules.
         self.send_packet_pctype(mac=self.pf_mac, pkt_type="udp")
         queue = self.get_queue_number()
         self.verify(queue != queue_udp, "the queue regions have not been flushed clearly.")
-- 
2.19.2



More information about the dts mailing list