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

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:39:48 CET 2019


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



More information about the dts mailing list