[dts] [PATCH V1 1/2] tests/kni: fix typo in output message

yufengmx yufengx.mo at intel.com
Wed Jul 10 05:09:21 CEST 2019


fix typo issue in output message.

Signed-off-by: yufengmx <yufengx.mo at intel.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 cf2403d..f1f85df 100644
--- a/tests/TestSuite_kni.py
+++ b/tests/TestSuite_kni.py
@@ -780,7 +780,7 @@ class TestKni(TestCase):
             total_cores = len(self.config['tx_cores'] + self.config[
                               'rx_cores'] + self.config['kernel_cores'])
             if total_cores > self.dut_physical_cores():
-                self.logger.info("Skiping step %s (%d cores needed, got %d)" %
+                self.logger.info("Skipping step %s (%d cores needed, got %d)" %
                               (step['config'], total_cores,
                                self.dut_physical_cores())
                               )
@@ -850,7 +850,7 @@ class TestKni(TestCase):
             total_cores = len(self.config['tx_cores'] + self.config[
                               'rx_cores'] + self.config['kernel_cores'])
             if total_cores > self.dut_physical_cores():
-                self.logger.info("Skiping step %s (%d cores needed, got %d)" %
+                self.logger.info("Skipping step %s (%d cores needed, got %d)" %
                               (step['config'], total_cores,
                                self.dut_physical_cores())
                               )
-- 
1.9.3



More information about the dts mailing list