test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] tests/pvp_share_lib: add a space between 2 testpmd parameters
@ 2022-10-09  2:07 Wei Ling
  2022-10-10  3:34 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Ling @ 2022-10-09  2:07 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

Add a space between 2 testpmd parameters to fix code issue.

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 87a88ea0..d6d39f91 100644
--- a/tests/TestSuite_pvp_share_lib.py
+++ b/tests/TestSuite_pvp_share_lib.py
@@ -130,7 +130,7 @@ class TestPVPShareLib(TestCase):
             ports=[self.pci_info],
         )
         eal_param += (
-            "-d librte_net_vhost.so -d librte_net_%s.so -d librte_mempool_ring.so --file-prefix=vhost"
+            " -d librte_net_vhost.so -d librte_net_%s.so -d librte_mempool_ring.so --file-prefix=vhost"
             % driver
         )
         command_line_client = self.path + eal_param + " -- -i"
-- 
2.25.1


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

* [dts][PATCH V1] tests/pvp_share_lib: add a space between 2 testpmd parameters
  2022-10-09  2:07 [dts][PATCH V1] tests/pvp_share_lib: add a space between 2 testpmd parameters Wei Ling
@ 2022-10-10  3:34 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-10-10  3:34 UTC (permalink / raw)
  To: dts, Wei Ling; +Cc: Wei Ling

On Sat,  8 Oct 2022 22:07:15 -0400, Wei Ling <weix.ling@intel.com> wrote:
> Add a space between 2 testpmd parameters to fix code issue.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>


Applied, thanks

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

end of thread, other threads:[~2022-10-10  3:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09  2:07 [dts][PATCH V1] tests/pvp_share_lib: add a space between 2 testpmd parameters Wei Ling
2022-10-10  3:34 ` 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).