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

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:40:30 CET 2019


Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_mempool_exthandler.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_mempool_exthandler.py b/tests/TestSuite_mempool_exthandler.py
index 10fbd1d..ec8ed48 100644
--- a/tests/TestSuite_mempool_exthandler.py
+++ b/tests/TestSuite_mempool_exthandler.py
@@ -44,7 +44,7 @@ class TestMemExthandler(TestCase):
         """
         Run at the start of each test suite.
         """
-        # only one port is enought for this case
+        # only one port is enough for this case
         self.dut_ports = self.dut.get_ports()
         self.verify(len(self.dut_ports) >= 1,
                     "Not enough ports for " + self.nic)
@@ -91,7 +91,7 @@ class TestMemExthandler(TestCase):
 
     def verify_mempool_hander(self):
         """
-        Verify all packets recevied and transmitted normally.
+        Verify that all packets are received and transmitted normally.
         """
         # start l2fwd
         command_line = "%s -n %d -c %s -- -q 4 -p %s" % \
-- 
2.19.2



More information about the dts mailing list