test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/mempool_exthandler: fix typos
@ 2019-01-19 12:40 Rami Rosen
  0 siblings, 0 replies; only message in thread
From: Rami Rosen @ 2019-01-19 12:40 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

Signed-off-by: Rami Rosen <ramirose@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-19 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-19 12:40 [dts] [PATCH] tests/mempool_exthandler: fix typos Rami Rosen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).