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 B3F79A0487 for ; Tue, 2 Jul 2019 09:02:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A68FE5B3E; Tue, 2 Jul 2019 09:02:48 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 08B635B3C for ; Tue, 2 Jul 2019 09:02:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 00:02:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,442,1557212400"; d="scan'208";a="171682084" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 02 Jul 2019 00:02:42 -0700 Received: from fmsmsx609.amr.corp.intel.com (10.18.126.89) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 00:02:42 -0700 Received: from fmsmsx609.amr.corp.intel.com (10.18.126.89) by fmsmsx609.amr.corp.intel.com (10.18.126.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 2 Jul 2019 00:02:41 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx609.amr.corp.intel.com (10.18.126.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 2 Jul 2019 00:02:41 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.240]) with mapi id 14.03.0439.000; Tue, 2 Jul 2019 15:02:41 +0800 From: "Zhang, YanX A" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1] tests/TestSuite_vf_rss:add fortpark_TLV and sagevill NIC Thread-Index: AQHVMKQUgzjawI8N/kGwCl555sLjnqa25vrQ Date: Tue, 2 Jul 2019 07:02:40 +0000 Message-ID: <2C49E4B25FAD1D419F7564D633EF72E1F38D72@SHSMSX105.ccr.corp.intel.com> References: <1562051181-125795-1-git-send-email-yanx.a.zhang@intel.com> In-Reply-To: <1562051181-125795-1-git-send-email-yanx.a.zhang@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 V1] tests/TestSuite_vf_rss:add fortpark_TLV and sagevill 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: Zhang, YanX A -----Original Message----- From: Zhang, YanX A=20 Sent: Tuesday, July 2, 2019 3:06 PM To: dts@dpdk.org Cc: Zhang, YanX A Subject: [dts][PATCH V1] tests/TestSuite_vf_rss:add fortpark_TLV and sagevi= ll NIC add fortpark_TLV and sagevill NIC to support. Signed-off-by: zhang,yan --- tests/TestSuite_vf_rss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vf_rss.py b/tests/TestSuite_vf_rss.py index 3a= d5517..e5c19e2 100644 --- a/tests/TestSuite_vf_rss.py +++ b/tests/TestSuite_vf_rss.py @@ -212,7 +212,7 @@ class TestVfRss(TestCase): """ =20 self.verify( - self.nic in ["niantic", "fortville_eagle", "fortville_spirit",= "fortville_spirit_single", "fortville_25g"], + self.nic in ["niantic", "fortville_eagle",=20 + "fortville_spirit", "fortville_spirit_single", "fortville_25g",=20 + "sageville", "fortpark_TLV"], "NIC Unsupported: " + str(self.nic)) self.dut_ports =3D self.dut.get_ports(self.nic) self.verify(len(self.dut_ports) >=3D 1, "Not enough ports availabl= e") -- 2.17.2