[dts][PATCH V1] tests/pvp_share_lib: fix parameter miss space in 2M hugepage testbed

Wei Ling weix.ling at intel.com
Wed Oct 12 10:07:44 CEST 2022


Fix parameter miss space in 2M hugepage testbed.

Signed-off-by: Wei Ling <weix.ling at 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



More information about the dts mailing list