From patchwork Wed Sep 16 13:40:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77856 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4BB7CA04C7; Wed, 16 Sep 2020 07:43:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3A0131C198; Wed, 16 Sep 2020 07:43:30 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id EC3DB1C196 for ; Wed, 16 Sep 2020 07:43:27 +0200 (CEST) IronPort-SDR: FUNPq23opAnvql1I3UET1/HbEhhLNAZevqILUhxKNaRkJ0HHnFHYWLhqO7KrKNm6yc5MUr3JYb V13J1qkczxkg== X-IronPort-AV: E=McAfee;i="6000,8403,9745"; a="147156284" X-IronPort-AV: E=Sophos;i="5.76,431,1592895600"; d="scan'208";a="147156284" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 22:43:26 -0700 IronPort-SDR: aBUmNJ43dOGvjRfFWxaQ2fOzO8n9M3HRVbJ0jWbv9sGdcr7RwHmD4tRZxgCFjhmNnJee5ALsdp nLhUg2ifLQFQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,431,1592895600"; d="scan'208";a="380052785" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga001.jf.intel.com with ESMTP; 15 Sep 2020 22:43:25 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Wed, 16 Sep 2020 13:40:30 +0000 Message-Id: <20200916134030.15834-1-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] tests/TestSuite_vf_l3fwd_kernelpf:save test result in vf_l3fwd_lpm_kernelpf.json 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 test result in vf_l3fwd_lpm_kernelpf.json Signed-off-by: lingwei Tested-by: Ling, Wei Signed-off-by: lingwei --- tests/TestSuite_vf_l3fwd_kernelpf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vf_l3fwd_kernelpf.py b/tests/TestSuite_vf_l3fwd_kernelpf.py index f279fb6..054d562 100644 --- a/tests/TestSuite_vf_l3fwd_kernelpf.py +++ b/tests/TestSuite_vf_l3fwd_kernelpf.py @@ -70,7 +70,7 @@ class TestVfL3fwdKernelPf(TestCase, L3fwdBase): Run after each test suite. """ self.l3fwd_destroy_resource() - self.l3fwd_save_results() + self.l3fwd_save_results(json_file="{}.json".format(self.suite_name)) def set_up(self): """