test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/virtio_user_as_exceptional_path:fix eal_params
@ 2020-03-12  9:34 Xie Wei
  2020-03-13  2:39 ` Xie, WeiX
  0 siblings, 1 reply; 2+ messages in thread
From: Xie Wei @ 2020-03-12  9:34 UTC (permalink / raw)
  To: dts; +Cc: Xie Wei


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

diff --git a/tests/TestSuite_virtio_user_as_exceptional_path.py b/tests/TestSuite_virtio_user_as_exceptional_path.py
index c1af852..edcc963 100644
--- a/tests/TestSuite_virtio_user_as_exceptional_path.py
+++ b/tests/TestSuite_virtio_user_as_exceptional_path.py
@@ -114,7 +114,7 @@ class TestVirtioUserAsExceptionalPath(TestCase):
         core_mask = cores_list[0:2]
         testcmd = self.target + "/app/testpmd "
         vdev = "--vdev=virtio_user0,mac=%s,path=/dev/vhost-net," % self.virtio_mac
-        eal_params = self.dut.create_eal_parameters(cores=core_mask, ports=[self.pci0])
+        eal_params = self.dut.create_eal_parameters(cores=core_mask, ports=[self.pci])
         para = " queue_size=1024,queues=%s -- -i --rxd=1024 --txd=1024 %s" % (self.queue, comment)
         self.testcmd_start = testcmd + eal_params + vdev + para
         self.vhost_user = self.dut.new_session(suite="user")
-- 
2.17.2


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-12  9:34 [dts] [PATCH V1] tests/virtio_user_as_exceptional_path:fix eal_params Xie Wei
2020-03-13  2:39 ` Xie, WeiX

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