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

Lijuan Tu lijuan.tu at intel.com
Thu Oct 18 16:52:47 CEST 2018


Applied, thanks


On 2018年10月18日 11:03, zhao,meijuan wrote:
> 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', '#')



More information about the dts mailing list