test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_skeleton: Fix syntax errors
@ 2020-12-25  9:08 Zhou Jun
  2020-12-25  9:22 ` Zhou, JunX W
  2020-12-28  7:33 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Zhou Jun @ 2020-12-25  9:08 UTC (permalink / raw)
  To: dts; +Cc: Zhou Jun

tests/TestSuite_skeleton: Fix syntax errors

Signed-off-by: Zhou Jun <junx.w.zhou@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1] tests/TestSuite_skeleton: Fix syntax errors
  2020-12-25  9:08 [dts] [PATCH V1] tests/TestSuite_skeleton: Fix syntax errors Zhou Jun
@ 2020-12-25  9:22 ` Zhou, JunX W
  2020-12-28  7:33 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhou, JunX W @ 2020-12-25  9:22 UTC (permalink / raw)
  To: Zhou, JunX W, dts

[-- Attachment #1: Type: text/plain, Size: 298 bytes --]

Tested-by: Zhou, Jun <junx.w.zhou@intel.com> 

-----Original Message-----
From: Zhou Jun [mailto:junx.w.zhou@intel.com] 
Sent: Friday, December 25, 2020 5:09 PM
To: dts@dpdk.org
Cc: Zhou, JunX W <junx.w.zhou@intel.com>
Subject: [dts][PATCH V1] tests/TestSuite_skeleton: Fix syntax errors


[-- Attachment #2: TestSkeleton.log --]
[-- Type: application/octet-stream, Size: 32797 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1] tests/TestSuite_skeleton: Fix syntax errors
  2020-12-25  9:08 [dts] [PATCH V1] tests/TestSuite_skeleton: Fix syntax errors Zhou Jun
  2020-12-25  9:22 ` Zhou, JunX W
@ 2020-12-28  7:33 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-12-28  7:33 UTC (permalink / raw)
  To: Zhou, JunX W, dts; +Cc: Zhou, JunX W

> tests/TestSuite_skeleton: Fix syntax errors
> 
> Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>

Applied

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-28  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25  9:08 [dts] [PATCH V1] tests/TestSuite_skeleton: Fix syntax errors Zhou Jun
2020-12-25  9:22 ` Zhou, JunX W
2020-12-28  7:33 ` Tu, Lijuan

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).