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 56F28A0487 for ; Sun, 30 Jun 2019 08:33:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4FB1A5424; Sun, 30 Jun 2019 08:33:17 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 2CA5A235 for ; Sun, 30 Jun 2019 08:33:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jun 2019 23:33:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,434,1557212400"; d="scan'208";a="246576328" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 29 Jun 2019 23:33:14 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sat, 29 Jun 2019 23:33:14 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sat, 29 Jun 2019 23:33:14 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.109]) by shsmsx102.ccr.corp.intel.com ([169.254.2.3]) with mapi id 14.03.0439.000; Sun, 30 Jun 2019 14:33:12 +0800 From: "Li, WenjieX A" To: "Yao, BingX Y" , "dts@dpdk.org" CC: "Yao, BingX Y" , "Li, WenjieX A" Thread-Topic: [dts] [PATCH V1] tests/queue_region:add fortville_25g nic Thread-Index: AQHVLw2JbfARCqNm0ECZ7Q8yaXz2aKazvR7A Date: Sun, 30 Jun 2019 06:33:12 +0000 Message-ID: <8688172CD5C0B74590FAE19D9579F94B5373259C@SHSMSX103.ccr.corp.intel.com> References: <1561876589-105409-1-git-send-email-bingx.y.yao@intel.com> In-Reply-To: <1561876589-105409-1-git-send-email-bingx.y.yao@intel.com> Accept-Language: zh-CN, 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 V1] tests/queue_region:add fortville_25g nic 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" Tested-by: Li, WenjieX A > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yaobing > Sent: Sunday, June 30, 2019 2:36 PM > To: dts@dpdk.org > Cc: Yao, BingX Y > Subject: [dts] [PATCH V1] tests/queue_region:add fortville_25g nic >=20 > add fortville_25g nic to support_list >=20 > Signed-off-by: yaobing > --- > tests/TestSuite_queue_region.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_queue_region.py b/tests/TestSuite_queue_regi= on.py > index 7002b3f..01842c2 100644 > --- a/tests/TestSuite_queue_region.py > +++ b/tests/TestSuite_queue_region.py > @@ -57,7 +57,7 @@ class TestQueue_region(TestCase): > Run at the start of each test suite. > Queue region Prerequisites > """ > - self.verify(self.nic in ["fortville_eagle", "fortville_spirit", > + self.verify(self.nic in ["fortville_eagle", > + "fortville_spirit","fortville_25g", > "fortville_spirit_single", "fortpark_TL= V"], "NIC Unsupported: " > + str(self.nic)) >=20 > # Based on h/w type, choose how many ports to use > -- > 2.17.2