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

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

diff --git a/tests/TestSuite_kni.py b/tests/TestSuite_kni.py
index 316e058..a6dc030 100644
--- a/tests/TestSuite_kni.py
+++ b/tests/TestSuite_kni.py
@@ -714,7 +714,7 @@ class TestKni(TestCase):
             self.verify("Operation not supported" not in out,
                         "'ethtool -g' not supported")
 
-            # Request coalesce parameters. NOT SUPORTED
+            # Request coalesce parameters. NOT SUPPORTED
             out = self.dut.send_expect("ethtool -c %s" % virtual_interface,
                                        "# ")
             self.verify("Operation not supported" in out,
@@ -808,7 +808,7 @@ class TestKni(TestCase):
             try:
                 out = self.start_kni(step['lo_mode'], step['kthread_mode'])
                 self.verify("Error" not in out, "Error found during kni start")
-                # kni setup out info by kernel debug function. so should re-build kenel.
+                # kni setup out info by kernel debug function. so should re-build kernel.
                 # now not check kni setup out info, only check kni setup ok and setup no error output
                 out = self.dut.send_expect('ps -aux', "]# ")
                 self.verify("kni" not in out, "kni process setup failed")
-- 
2.19.2

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

only message in thread, other threads:[~2019-01-19 12:39 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:39 [dts] [PATCH] tests/kni: 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).