test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in create_eal_parameters API
@ 2022-05-27  3:41 Wei Ling
  2022-05-27  4:01 ` He, Xingguang
  2022-05-28  8:53 ` lijuan.tu
  0 siblings, 2 replies; 4+ messages in thread
From: Wei Ling @ 2022-05-27  3:41 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

When call the create_eal_parameters API to genrate the eal parameters,
if the default no ports parameter, the create_eal_parameters API will
use the PCI info in conf/ports.conf, so add port=[] parameter.

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

diff --git a/tests/TestSuite_vm2vm_virtio_user_cbdma.py b/tests/TestSuite_vm2vm_virtio_user_cbdma.py
index 35d69325..0057047c 100644
--- a/tests/TestSuite_vm2vm_virtio_user_cbdma.py
+++ b/tests/TestSuite_vm2vm_virtio_user_cbdma.py
@@ -269,7 +269,7 @@ class TestVM2VMVirtioUserCbdma(TestCase):
         if dump the virtio-testpmd, the virtio-testpmd should started before launch pdump
         """
         eal_params = self.dut.create_eal_parameters(
-            cores="Default", prefix="virtio-user1", fixed_prefix=True
+            cores="Default", prefix="virtio-user1", fixed_prefix=True, ports=[]
         )
         command_line = (
             self.app_pdump
-- 
2.25.1


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

end of thread, other threads:[~2022-05-28  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27  3:41 [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in create_eal_parameters API Wei Ling
2022-05-27  4:01 ` He, Xingguang
2022-05-27  5:23   ` He, Xingguang
2022-05-28  8:53 ` 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).