test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_vf_rss:Load vfio-pci driver
@ 2019-07-11  2:03 zhang,yan
  2019-07-11  1:59 ` Zhang, YanX A
  2019-08-12  2:51 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: zhang,yan @ 2019-07-11  2:03 UTC (permalink / raw)
  To: dts; +Cc: zhang,yan

Load the vfio-pci driver, otherwise the driver cannot be bound to.

Signed-off-by: zhang,yan <yanx.a.zhang@intel.com>
---
 tests/TestSuite_vf_rss.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vf_rss.py b/tests/TestSuite_vf_rss.py
index e5c19e2..e8b8c79 100644
--- a/tests/TestSuite_vf_rss.py
+++ b/tests/TestSuite_vf_rss.py
@@ -226,6 +226,7 @@ class TestVfRss(TestCase):
             self.vf_assign_method = 'pci-assign'
         else:
             self.vf_assign_method = 'vfio-pci'
+            self.dut.send_expect('modprobe vfio-pci', '#')
 
         self.vm0 = None
         self.host_testpmd = None
-- 
2.17.2


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

end of thread, other threads:[~2019-08-12  2:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11  2:03 [dts] [PATCH V1] tests/TestSuite_vf_rss:Load vfio-pci driver zhang,yan
2019-07-11  1:59 ` Zhang, YanX A
2019-08-12  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).