test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/sriov_kvm : change grammatical mistake
@ 2018-10-18  3:03 zhao,meijuan
  2018-10-18 14:52 ` Lijuan Tu
  0 siblings, 1 reply; 2+ messages in thread
From: zhao,meijuan @ 2018-10-18  3:03 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

change script grammatical mistake

Signed-off-by: zhao,meijuan <meijuanx.zhao@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

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

* Re: [dts] [PATCH V1] tests/sriov_kvm : change grammatical mistake
  2018-10-18  3:03 [dts] [PATCH V1] tests/sriov_kvm : change grammatical mistake zhao,meijuan
@ 2018-10-18 14:52 ` Lijuan Tu
  0 siblings, 0 replies; 2+ messages in thread
From: Lijuan Tu @ 2018-10-18 14:52 UTC (permalink / raw)
  To: zhao,meijuan, dts

Applied, thanks


On 2018年10月18日 11:03, zhao,meijuan wrote:
> change script grammatical mistake
>
> Signed-off-by: zhao,meijuan <meijuanx.zhao@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', '#')

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

end of thread, other threads:[~2018-10-18  6:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-18  3:03 [dts] [PATCH V1] tests/sriov_kvm : change grammatical mistake zhao,meijuan
2018-10-18 14:52 ` Lijuan Tu

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