[dts] [PATCH V1] tests/TestSuite_skeleton: Fix syntax errors

Zhou Jun junx.w.zhou at intel.com
Fri Dec 25 10:08:48 CET 2020


tests/TestSuite_skeleton: Fix syntax errors

Signed-off-by: Zhou Jun <junx.w.zhou at intel.com>
---
 tests/TestSuite_skeleton.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_skeleton.py b/tests/TestSuite_skeleton.py
index 7ddc90a0..c2563dc3 100644
--- a/tests/TestSuite_skeleton.py
+++ b/tests/TestSuite_skeleton.py
@@ -69,7 +69,7 @@ class TestSkeleton(TestCase):
 
     def test_skeleton(self):
         eal_para = self.dut.create_eal_parameters(cores='1S/2C/1T')
-        cmd = self.path + " -c %s -n %d " % eal_para
+        cmd = self.path + " %s " % eal_para
         self.dut.send_expect(cmd,"forwarding packets",60)
          
         time.sleep(5)
-- 
2.17.1



More information about the dts mailing list