[dts] [PATCH V1] fix vf_kernel alt_session as false

Liu, Yong yong.liu at intel.com
Tue Jan 16 16:06:46 CET 2018


Hi Meijuan,
Please also add one line comment in the code as the reminder for others.

Thanks,
Marvin

On 01/15/2018 10:05 AM, zhao,meijuan wrote:
> in test_zdpf_2kvf_2dvf_2vm,test_dpf_kvf_dvf,testpmd session and host session are in a session because of alt_session is false
>
> Signed-off-by: zhao,meijuan<meijuanx.zhao at intel.com>
> ---
>   tests/TestSuite_vf_kernel.py | 10 ++++++----
>   1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py
> index 204467d..987ee19 100644
> --- a/tests/TestSuite_vf_kernel.py
> +++ b/tests/TestSuite_vf_kernel.py
> @@ -688,6 +688,8 @@ class TestVfKernel(TestCase):
>           self.vm0_dut.send_expect("ifconfig %s up " % self.vm0_intf0, "#")
>           self.vm0_dut.send_expect("ifconfig %s up " % self.vm0_intf1, "#")
>           self.vm0_dut.ports_info[1]['port'].bind_driver('igb_uio')
> +
> +        vm0_vf0_mac = self.vm0_dut.ports_info[0]['port'].get_mac_addr()
>   



More information about the dts mailing list