From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4CF251DBF for ; Mon, 5 Mar 2018 10:25:44 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2018 01:25:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,426,1515484800"; d="scan'208";a="25232324" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 05 Mar 2018 01:25:42 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 5 Mar 2018 01:25:42 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 5 Mar 2018 01:25:42 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.124]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Mon, 5 Mar 2018 17:25:40 +0800 From: "Wang, FeiX Y" To: "pmacarth@iol.unh.edu" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH for-next 6/6] tests/TestSuite_nic_single_core_perf: Fix test case name Thread-Index: AQHTqm/170uwz9cMLEeqgp7iAXnHOqO5FhJwgAhaU7A= Date: Mon, 5 Mar 2018 09:25:39 +0000 Message-ID: References: <20180220172612.11973-1-pmacarth@iol.unh.edu> <20180220172612.11973-7-pmacarth@iol.unh.edu> <188971FCDA171749BED5DA74ABF3E6F03C123A39@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <188971FCDA171749BED5DA74ABF3E6F03C123A39@SHSMSX104.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 for-next 6/6] tests/TestSuite_nic_single_core_perf: Fix test case name 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: , X-List-Received-Date: Mon, 05 Mar 2018 09:25:45 -0000 HI, Patrick There is no need to configure nic_single_core_perf with perf prefix, becau= se if we did, DTS will enable Ixia as external traffic generator (enable TR= EX for perf test has not been implemented by DTS framework so far). So we w= alk around this by configuring the test as a func test. Thanks Fei -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Patrick MacArthur Sent: Wednesday, February 21, 2018 1:26 AM To: dts@dpdk.org Cc: pmacarth@iol.unh.edu; dpdklab@iol.unh.edu Subject: [dts] [PATCH for-next 6/6] tests/TestSuite_nic_single_core_perf: F= ix test case name The test framework will only run performance tests that start with test_per= f_. Fix the name so that the nic_single_core_perf test is run. Tested-by: Ali Alnubani Signed-off-by: Patrick MacArthur --- tests/TestSuite_nic_single_core_perf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_nic_single_core_perf.py b/tests/TestSuite_nic_= single_core_perf.py index bff763c129fa..2a0934742623 100644 --- a/tests/TestSuite_nic_single_core_perf.py +++ b/tests/TestSuite_nic_single_core_perf.py @@ -97,7 +97,7 @@ class TestNicSingleCorePerf(TestCase): else: raise Exception("Not required NIC") =20 - def test_nic_single_core_perf(self): + def test_perf_nic_single_core_perf(self): """ Run nic single core performance=20 """ -- 2.14.1