* [dts] [PATCH V1 2/3] tests/vm2vm_virtio_pmd: delete invalid parameter
@ 2021-03-29 2:25 Ling Wei
0 siblings, 0 replies; only message in thread
From: Ling Wei @ 2021-03-29 2:25 UTC (permalink / raw)
To: dts; +Cc: Ling Wei
Delete invalid parameter 'ports=[self.pci_info]' because of
use 'no_pci=True' means not use any pci.
Signed-off-by: Ling Wei <weix.ling@intel.com>
---
tests/TestSuite_vm2vm_virtio_pmd.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_vm2vm_virtio_pmd.py b/tests/TestSuite_vm2vm_virtio_pmd.py
index 9cb51a8d..67e23666 100644
--- a/tests/TestSuite_vm2vm_virtio_pmd.py
+++ b/tests/TestSuite_vm2vm_virtio_pmd.py
@@ -93,7 +93,7 @@ class TestVM2VMVirtioPMD(TestCase):
testcmd = self.app_testpmd_path + " "
vdev1 = "--vdev 'net_vhost0,iface=%s/vhost-net0,queues=1' " % self.base_dir
vdev2 = "--vdev 'net_vhost1,iface=%s/vhost-net1,queues=1' " % self.base_dir
- eal_params = self.dut.create_eal_parameters(cores=vhost_mask, no_pci=True, prefix='vhost', ports=[self.pci_info])
+ eal_params = self.dut.create_eal_parameters(cores=vhost_mask, no_pci=True, prefix='vhost')
para = " -- -i --nb-cores=1 --txd=1024 --rxd=1024"
self.command_line = testcmd + eal_params + vdev1 + vdev2 + para
self.vhost_user.send_expect(self.command_line, "testpmd> ", 30)
--
2.25.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-03-29 2:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 2:25 [dts] [PATCH V1 2/3] tests/vm2vm_virtio_pmd: delete invalid parameter Ling Wei
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).