test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/hello_world: fixed script
@ 2022-04-22 16:48 Jiale Song
  2022-04-22  9:11 ` Huang, ZhiminX
  2022-04-26  2:47 ` lijuan.tu
  0 siblings, 2 replies; 3+ messages in thread
From: Jiale Song @ 2022-04-22 16:48 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

parameter transmission error, modify incoming parameters.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 tests/TestSuite_hello_world.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_hello_world.py b/tests/TestSuite_hello_world.py
index 6e670f09..45037b4e 100644
--- a/tests/TestSuite_hello_world.py
+++ b/tests/TestSuite_hello_world.py
@@ -82,7 +82,7 @@ class TestHelloWorld(TestCase):
 
         # get the maximum logical core number
         cores = self.dut.get_core_list("all")
-        eal_para = self.dut.create_eal_parameters(cores)
+        eal_para = self.dut.create_eal_parameters(cores=cores)
 
         cmdline = "./%s %s " % (self.app_helloworld_path, eal_para)
         out = self.dut.send_expect(cmdline, "# ", 50)
-- 
2.17.1


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

end of thread, other threads:[~2022-04-26  2:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 16:48 [dts] [PATCH V1] tests/hello_world: fixed script Jiale Song
2022-04-22  9:11 ` Huang, ZhiminX
2022-04-26  2:47 ` lijuan.tu

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