From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 53924568F for ; Tue, 26 Jul 2016 06:59:04 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 25 Jul 2016 21:59:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,423,1464678000"; d="scan'208";a="1002497320" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 25 Jul 2016 21:58:59 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 25 Jul 2016 21:58:47 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 25 Jul 2016 21:58:46 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.150]) with mapi id 14.03.0248.002; Tue, 26 Jul 2016 12:58:44 +0800 From: "Liu, Yong" To: "Mo, YufengX" , "dts@dpdk.org" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V2 0/2] Etag automation testing script Thread-Index: AQHR5uG2EPAqXMayC0yHdVZvGTyXjKAqJvSQ Date: Tue, 26 Jul 2016 04:58:44 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E22261D35@SHSMSX103.ccr.corp.intel.com> References: <1469498502-28136-1-git-send-email-yufengx.mo@intel.com> In-Reply-To: <1469498502-28136-1-git-send-email-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWMxOTYxMzUtOGEwMC00YTFiLTg2NjMtZmIwNGQwNGU2NTMxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InFmbkIyU1FvSlNiK3FyUnhDMFwvc1U5MWxXVUREMEt2djhZUlVtWlRBQkx3PSJ9 x-ctpclassification: CTP_IC 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 V2 0/2] Etag automation testing script 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: Tue, 26 Jul 2016 04:59:04 -0000 Applied, thanks. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yufen Mo > Sent: Tuesday, July 26, 2016 10:02 AM > To: dts@dpdk.org > Cc: Mo, YufengX > Subject: [dts] [PATCH V2 0/2] Etag automation testing script >=20 > From: yufengmx >=20 > yufengmx (2): > add 802.1BR UDP format support in framework/packet module > Etag: upload automation testing script >=20 > conf/vf_etag.cfg | 106 +++++++++++++ > framework/packet.py | 30 +++- > tests/TestSuite_etag.py | 395 > ++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 530 insertions(+), 1 deletion(-) > create mode 100644 conf/vf_etag.cfg > create mode 100644 tests/TestSuite_etag.py >=20 > -- > 1.9.3