test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/vf_daemon: correct python syntax
@ 2019-03-08  0:55 Xueqin Lin
  2019-03-14  9:33 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Xueqin Lin @ 2019-03-08  0:55 UTC (permalink / raw)
  To: dts; +Cc: Xueqin Lin

Signed-off-by: Xueqin Lin <xueqin.lin@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

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

* Re: [dts] [PATCH] tests/vf_daemon: correct python syntax
  2019-03-08  0:55 [dts] [PATCH] tests/vf_daemon: correct python syntax Xueqin Lin
@ 2019-03-14  9:33 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-03-14  9:33 UTC (permalink / raw)
  To: Lin, Xueqin, dts; +Cc: Lin, Xueqin

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xueqin Lin
> Sent: Friday, March 8, 2019 8:55 AM
> To: dts@dpdk.org
> Cc: Lin, Xueqin <xueqin.lin@intel.com>
> Subject: [dts] [PATCH] tests/vf_daemon: correct python syntax
> 
> Signed-off-by: Xueqin Lin <xueqin.lin@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


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

end of thread, other threads:[~2019-03-14  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08  0:55 [dts] [PATCH] tests/vf_daemon: correct python syntax Xueqin Lin
2019-03-14  9:33 ` Tu, Lijuan

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