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 257F5A00BE; Wed, 30 Oct 2019 08:39:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EB1E41BEB5; Wed, 30 Oct 2019 08:39:56 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 4B72A1BEAD for ; Wed, 30 Oct 2019 08:39:55 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2019 00:39:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,246,1569308400"; d="scan'208";a="230355964" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 30 Oct 2019 00:39:54 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 30 Oct 2019 00:39:54 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 30 Oct 2019 00:39:53 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.215]) with mapi id 14.03.0439.000; Wed, 30 Oct 2019 15:39:52 +0800 From: "He, Zhiwei" To: "Peng, ZhihongX" , "dts@dpdk.org" CC: "Peng, ZhihongX" Thread-Topic: [dts] [PATCH V1] CVL does not need exception handling. Thread-Index: AQHVjvTh4rckZinmIE+ao7Y5g8YKCqdyzHYw Date: Wed, 30 Oct 2019 07:39:52 +0000 Message-ID: <09777F12A863964D9F4AE780D4FEA3E83E6F25EB@SHSMSX104.ccr.corp.intel.com> References: <20191030073304.26040-1-zhihongx.peng@intel.com> In-Reply-To: <20191030073304.26040-1-zhihongx.peng@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] CVL does not need exception handling. 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" Acked-by zhiwei Thanks! zhiwei -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng Zhihong Sent: Wednesday, October 30, 2019 3:33 PM To: dts@dpdk.org Cc: Peng, ZhihongX Subject: [dts] [PATCH V1] CVL does not need exception handling. CVL does not need exception handling. Signed-off-by: Peng Zhihong --- tests/TestSuite_dual_vlan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestSuite_dual_vlan.py b/tests/TestSuite_dual_vlan.py in= dex 9cb3879..cb9c19c 100644 --- a/tests/TestSuite_dual_vlan.py +++ b/tests/TestSuite_dual_vlan.py @@ -149,7 +149,7 @@ class TestDualVlan(TestCase): """ =20 for mode in modeName: - if self.nic in ["columbiaville_25g", "columbiaville_100g", "fo= rtville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_2= 5g", "fortpark_TLV", "carlsville"]: + if self.nic in ["fortville_eagle", "fortville_spirit", "fortvi= lle_spirit_single", "fortville_25g", "fortpark_TLV", "carlsville"]: # fortville NIC vlan filter can't close, if want close nee= d remove rx_vlan if mode =3D=3D "filter": if modeName[mode] =3D=3D "off": @@ -166,7 +166,7 @@ class TestDualVlan(TestCase): =20 out =3D self.dut.send_expect("show port info %s" % dutRxPortId, "t= estpmd> ") for mode in modeName: - if self.nic in ["columbiaville_25g", "columbiaville_100g", "fo= rtville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_2= 5g","fortpark_TLV", "carlsville"]: + if self.nic in ["fortville_eagle", "fortville_spirit", "fortvi= lle_spirit_single", "fortville_25g","fortpark_TLV", "carlsville"]: # fortville NIC vlan filter can't close, if want close nee= d remove rx_vlan if mode =3D=3D "filter": if modeName[mode] =3D=3D "off": -- 2.17.1