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

Tu, Lijuan lijuan.tu at intel.com
Tue Jan 21 08:51:54 CET 2020


applied

> -----Original Message-----
> From: Tu, Lijuan
> Sent: Tuesday, January 21, 2020 11:57 PM
> To: dts at dpdk.org
> Cc: Tu, Lijuan <lijuan.tu at intel.com>
> Subject: [dts] [PATCH] tests/l3fwd_lpm_ipv4: save results to json file.
> 
> 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