[dts] [PATCH V1 3/4] tests/l3fwd_lpm_ipv4_rfc2544: save results to json file

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


save results to json file.

Signed-off-by: yufengmx <yufengx.mo at intel.com>
---
 tests/TestSuite_l3fwd_lpm_ipv4_rfc2544.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_l3fwd_lpm_ipv4_rfc2544.py b/tests/TestSuite_l3fwd_lpm_ipv4_rfc2544.py
index 380d2e9..ed352fd 100644
--- a/tests/TestSuite_l3fwd_lpm_ipv4_rfc2544.py
+++ b/tests/TestSuite_l3fwd_lpm_ipv4_rfc2544.py
@@ -66,7 +66,7 @@ class TestL3fwdLpmIpv4Rfc2544(TestCase, L3fwdBase):
         """
         Run after each test suite.
         """
-        pass
+        self.l3fwd_save_results(json_file="{}.json".format(self.suite_name))
 
     def set_up(self):
         """
-- 
2.21.0



More information about the dts mailing list