[dts] [PATCH V1 1/4] tests/l3fwd: remove check condition

yufengmx yufengx.mo at intel.com
Mon Feb 10 03:11:44 CET 2020


remove check condition.

Signed-off-by: yufengmx <yufengx.mo at intel.com>
---
 tests/TestSuite_l3fwd.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/TestSuite_l3fwd.py b/tests/TestSuite_l3fwd.py
index ea89cfe..f82d0b6 100644
--- a/tests/TestSuite_l3fwd.py
+++ b/tests/TestSuite_l3fwd.py
@@ -67,9 +67,7 @@ class TestL3fwd(TestCase, L3fwdBase):
         """
         Run after each test suite.
         """
-        if self:
-            self.l3fwd_save_results()
-            self = None
+        self.l3fwd_save_results()
 
     def set_up(self):
         """
-- 
2.21.0



More information about the dts mailing list