test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] tests/pvp_share_lib: fix parameter miss space in 2M hugepage testbed
@ 2022-10-12  8:07 Wei Ling
  2022-10-21  2:18 ` He, Xingguang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wei Ling @ 2022-10-12  8:07 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

Fix parameter miss space in 2M hugepage testbed.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 tests/TestSuite_pvp_share_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_pvp_share_lib.py b/tests/TestSuite_pvp_share_lib.py
index d6d39f91..afead4c2 100644
--- a/tests/TestSuite_pvp_share_lib.py
+++ b/tests/TestSuite_pvp_share_lib.py
@@ -152,7 +152,7 @@ class TestPVPShareLib(TestCase):
         )
         if self.check_2M_env:
             eal_param += " --single-file-segments"
-        eal_param += "-d librte_net_virtio.so -d librte_mempool_ring.so"
+        eal_param += " -d librte_net_virtio.so -d librte_mempool_ring.so"
         command_line_user = self.path + eal_param + " -- -i"
         self.virtio_user.send_expect(command_line_user, "testpmd> ", 120)
         self.virtio_user.send_expect("start", "testpmd> ", 120)
-- 
2.25.1


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

end of thread, other threads:[~2022-11-18  7:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12  8:07 [dts][PATCH V1] tests/pvp_share_lib: fix parameter miss space in 2M hugepage testbed Wei Ling
2022-10-21  2:18 ` He, Xingguang
2022-10-21  6:33 ` Yuan, DukaiX
2022-11-18  7:54 ` 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).