[dts] [PATCH V1] tests/sriov_kvm : change grammatical mistake

zhao,meijuan meijuanx.zhao at intel.com
Thu Oct 18 05:03:31 CEST 2018


change script grammatical mistake

Signed-off-by: zhao,meijuan <meijuanx.zhao at intel.com>
---
 tests/TestSuite_sriov_kvm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_sriov_kvm.py b/tests/TestSuite_sriov_kvm.py
index 79d2989..43ed1b5 100644
--- a/tests/TestSuite_sriov_kvm.py
+++ b/tests/TestSuite_sriov_kvm.py
@@ -47,7 +47,7 @@ class TestSriovKvm(TestCase):
             self.vf_driver = 'pci-stub'
         self.verify(self.vf_driver in self.supported_vf_driver, "Unspported vf driver")
         if self.vf_driver == 'pci-stub':
-            self.vf_assign_method = self.vf_assign_method
+            self.vf_assign_method = 'pci-assign'
         else:
             self.vf_assign_method = 'vfio-pci'
             self.dut.send_expect('modprobe vfio-pci', '#')
-- 
2.17.2



More information about the dts mailing list