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

Xueqin Lin xueqin.lin at intel.com
Fri Mar 8 01:55:11 CET 2019


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