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 BC385A0531; Mon, 10 Feb 2020 03:08:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 67CDE1BEA5; Mon, 10 Feb 2020 03:08:20 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8A34F1BDF8 for ; Mon, 10 Feb 2020 03:08:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2020 18:08:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,423,1574150400"; d="scan'208";a="379972417" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by orsmga004.jf.intel.com with ESMTP; 09 Feb 2020 18:08:16 -0800 From: yufengmx To: dts@dpdk.org, lijuan.tu@intel.com Cc: yufengmx Date: Mon, 10 Feb 2020 10:11:43 +0800 Message-Id: <20200210021147.12123-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 0/4] l3fwd: 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" save results to json file. yufengmx (4): tests/l3fwd: remove check condition tests/l3fwd_em: save results to json file tests/l3fwd_lpm_ipv4_rfc2544: save results to json file tests/l3fwd_lpm_ipv6: save results to json file tests/TestSuite_l3fwd.py | 4 +--- tests/TestSuite_l3fwd_em.py | 2 +- tests/TestSuite_l3fwd_lpm_ipv4_rfc2544.py | 2 +- tests/TestSuite_l3fwd_lpm_ipv6.py | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) -- 2.21.0