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 E1BCE1B79E for ; Wed, 7 Feb 2018 09:22:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2018 00:22:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,471,1511856000"; d="scan'208";a="28056595" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 07 Feb 2018 00:22:55 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 00:22:55 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 00:22:55 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.125]) with mapi id 14.03.0319.002; Wed, 7 Feb 2018 16:22:53 +0800 From: "Liu, Yong" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] tests/vlan_ethertype_config Modify the parameters Thread-Index: AQHTny84rfxa2OGbrkm8yJujskHQdqOYmv3A Date: Wed, 7 Feb 2018 08:22:53 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62F9AAA8@SHSMSX103.ccr.corp.intel.com> References: <1517910354-43848-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1517910354-43848-1-git-send-email-shuaix.zhu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzRiMWFmMjItM2JhNy00YWFlLWI0YWEtY2U2OGVmNTExMzJiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJxY0ViXC92NzZ3SFVxcW5BTWY2WFNERU96XC9xNEdZVG9FRFRLWXhcL25BVUduMnlhUGlldG1icFFib0g3U3JVWjBUIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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/vlan_ethertype_config Modify the parameters 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: Wed, 07 Feb 2018 08:22:58 -0000 Hi Shuai, This change was merged into DPDK from commit 380a7aab. Please also add this information your commit log and send it again. Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai > Sent: Tuesday, February 06, 2018 5:46 PM > To: dts@dpdk.org > Cc: Zhu, ShuaiX > Subject: [dts] [PATCH V1] tests/vlan_ethertype_config Modify the > parameters >=20 > Perhaps the older version is used in PKT_RX_VLAN_PKT, and now the version > exists PKT_RX_VLAN. > Signed-off-by: zhu,shuai > --- > tests/TestSuite_vlan_ethertype_config.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vlan_ethertype_config.py > b/tests/TestSuite_vlan_ethertype_config.py > index 98bbfe6..8e6dd49 100644 > --- a/tests/TestSuite_vlan_ethertype_config.py > +++ b/tests/TestSuite_vlan_ethertype_config.py > @@ -189,7 +189,7 @@ class TestVlanEthertypeConfig(TestCase): > self.vlan_send_packet(rx_vlan, tpid) > out =3D self.dut.get_session_output() > self.verify( > - "PKT_RX_VLAN_PKT" in out, "Vlan recognized error:" + > str(out)) > + "PKT_RX_VLAN" in out, "Vlan recognized error:" + > str(out)) >=20 > def test_vlan_filter_on_off(self): > """ > -- > 1.9.3