test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/3] tests/vhost_user_interrupt: 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_vhost_user_interrupt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vhost_user_interrupt.py b/tests/TestSuite_vhost_user_interrupt.py
index 53f407fa..296d2283 100644
--- a/tests/TestSuite_vhost_user_interrupt.py
+++ b/tests/TestSuite_vhost_user_interrupt.py
@@ -177,7 +177,7 @@ class TestVhostUserInterrupt(TestCase):
             eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, ports=self.cbdma_dev_infos[0:4], vdevs=[vdev])
         else:
             vdev = 'net_vhost0,iface=vhost-net,queues=%d,client=1' % self.queues
-            eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, no_pci=True, ports=[self.pci_info], vdevs=[vdev])
+            eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, no_pci=True, vdevs=[vdev])
         para = " -- -p 0x1 --parse-ptype 1 --config '%s' --interrupt-only" % config_info
         command_line_client = example_cmd + eal_params + para
         self.vhost.get_session_before(timeout=2)
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-29  2:26 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 1/3] tests/vhost_user_interrupt: 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).