From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 85413A052E; Tue, 21 Jan 2020 08:52:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 71574322C; Tue, 21 Jan 2020 08:52:10 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B6D4E2C6D for ; Tue, 21 Jan 2020 08:52:08 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jan 2020 23:51:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,345,1574150400"; d="scan'208";a="221630411" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 20 Jan 2020 23:51:56 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 20 Jan 2020 23:51:56 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 20 Jan 2020 23:51:56 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.39]) with mapi id 14.03.0439.000; Tue, 21 Jan 2020 15:51:54 +0800 From: "Tu, Lijuan" To: "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests/l3fwd_lpm_ipv4: save results to json file. Thread-Index: AQHV0C8gacWbEb6+LE6H92RJnA+4rqf0vucQ Date: Tue, 21 Jan 2020 07:51:54 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBB04EA@SHSMSX101.ccr.corp.intel.com> References: <1579622213-193880-1-git-send-email-lijuan.tu@intel.com> In-Reply-To: <1579622213-193880-1-git-send-email-lijuan.tu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] tests/l3fwd_lpm_ipv4: save results to json file. X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" applied > -----Original Message----- > From: Tu, Lijuan > Sent: Tuesday, January 21, 2020 11:57 PM > To: dts@dpdk.org > Cc: Tu, Lijuan > Subject: [dts] [PATCH] tests/l3fwd_lpm_ipv4: save results to json file. >=20 > Signed-off-by: Lijuan Tu > --- > tests/TestSuite_l3fwd_lpm_ipv4.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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=3D"%s.json" % self.suite_name) >=20 > def set_up(self): > """ > -- > 1.8.3.1