test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_vhost_virtio_user_interrupt:-w is wrong add in virito l3fwd cmd
@ 2020-10-30 14:31 lingwei
  2020-10-30  6:36 ` Ling, WeiX
  0 siblings, 1 reply; 4+ messages in thread
From: lingwei @ 2020-10-30 14:31 UTC (permalink / raw)
  To: dts; +Cc: lingwei

-w is wrong add in virito l3fwd cmd

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

diff --git a/tests/TestSuite_vhost_virtio_user_interrupt.py b/tests/TestSuite_vhost_virtio_user_interrupt.py
index 104998f..9f89c46 100644
--- a/tests/TestSuite_vhost_virtio_user_interrupt.py
+++ b/tests/TestSuite_vhost_virtio_user_interrupt.py
@@ -106,7 +106,7 @@ class TestVirtioUserInterrupt(TestCase):
         self.core_interrupt = self.core_list_l3fwd[0]
         example_para = "./%s " % self.app_l3fwd_power_path
         vdev = "virtio_user0,path=%s,cq=1" % path if not packed else "virtio_user0,path=%s,cq=1,packed_vq=1" % path
-        eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, prefix='l3fwd-pwd', no_pci=True, ports=[self.pci_info], vdevs=[vdev])
+        eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, prefix='l3fwd-pwd', no_pci=True, vdevs=[vdev])
         if self.check_2M_env:
             eal_params += " --single-file-segments"
         para = " --config='(0,0,%s)' --parse-ptype --interrupt-only" % self.core_interrupt
-- 
2.17.1


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

end of thread, other threads:[~2020-11-03  2:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 14:31 [dts] [PATCH V1] tests/TestSuite_vhost_virtio_user_interrupt:-w is wrong add in virito l3fwd cmd lingwei
2020-10-30  6:36 ` Ling, WeiX
2020-10-30  8:51   ` Ma, LihongX
2020-11-03  2:51     ` Tu, Lijuan

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).