[dts] [PATCH] tests/vf_daemon: correct python syntax

Tu, Lijuan lijuan.tu at intel.com
Thu Mar 14 10:33:45 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Xueqin Lin
> Sent: Friday, March 8, 2019 8:55 AM
> To: dts at dpdk.org
> Cc: Lin, Xueqin <xueqin.lin at intel.com>
> Subject: [dts] [PATCH] tests/vf_daemon: correct python syntax
> 
> Signed-off-by: Xueqin Lin <xueqin.lin at intel.com>
> 
> ---
>  tests/TestSuite_vf_daemon.py | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/tests/TestSuite_vf_daemon.py b/tests/TestSuite_vf_daemon.py
> index 2a8baf8..0dd797b 100644
> --- a/tests/TestSuite_vf_daemon.py
> +++ b/tests/TestSuite_vf_daemon.py
> @@ -16,7 +16,7 @@ VM_CORES_MASK = 'all'
>  MAX_VLAN = 4095
> 
> 
> -class Testvf_daemon(TestCase):
> +class TestVfDaemon(TestCase):
> 
>      def set_up_all(self):
> 
> @@ -704,9 +704,7 @@ class Testvf_daemon(TestCase):
>          time.sleep(3)
>          self.vm0_dut.kill_all()
>          self.vm1_dut.kill_all()
> -        pass
> 
> 
>      def tear_down_all(self):
>          self.destroy_vm_env()
> -        pass
> --
> 2.5.5



More information about the dts mailing list