[dts] [PATCH] tests/l3fwd_lpm_ipv4: save results to json file.

Lijuan Tu lijuan.tu at intel.com
Tue Jan 21 16:56:53 CET 2020


Signed-off-by: Lijuan Tu <lijuan.tu at intel.com>
---
 tests/TestSuite_l3fwd_lpm_ipv4.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_l3fwd_lpm_ipv4.py b/tests/TestSuite_l3fwd_lpm_ipv4.py
index dc6c0fd..942a6a7 100644
--- a/tests/TestSuite_l3fwd_lpm_ipv4.py
+++ b/tests/TestSuite_l3fwd_lpm_ipv4.py
@@ -66,7 +66,7 @@ class TestL3fwdLpmIpv4(TestCase, L3fwdBase):
         """
         Run after each test suite.
         """
-        pass
+        self.l3fwd_save_results(json_file="%s.json" % self.suite_name)
 
     def set_up(self):
         """
-- 
1.8.3.1



More information about the dts mailing list