From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 36D37567E for ; Fri, 7 Aug 2015 08:06:47 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 06 Aug 2015 23:06:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,628,1432623600"; d="scan'208";a="743941834" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by orsmga001.jf.intel.com with ESMTP; 06 Aug 2015 23:06:45 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 7 Aug 2015 14:06:40 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.38]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.143]) with mapi id 14.03.0224.002; Fri, 7 Aug 2015 14:06:34 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1 0/5] add check case list for skip the case, when the case can't test Thread-Index: AQHQ0NbQosLgeB0s7EysVs+EqkoUeJ4ADJAw Date: Fri, 7 Aug 2015 06:06:33 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10EB6832@SHSMSX103.ccr.corp.intel.com> References: <1438927390-855-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1438927390-855-1-git-send-email-huilongx.xu@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 0/5] add check case list for skip the case, when the case can't test 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: Fri, 07 Aug 2015 06:06:47 -0000 Please change " BLURB " to description of this patch set. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Friday, August 07, 2015 2:03 PM > To: dts@dpdk.org > Subject: [dts] [PATCH V1 0/5] add check case list for skip the case, when > the case can't test >=20 > From: huilong xu >=20 > *** BLURB HERE *** >=20 > huilong xu (5): > add check case list > add N/A result in test report > add case skip result when case running > add checkCase module > add check case function in run case module >=20 > conf/dpdk_test_case_checklist.xls | Bin 0 -> 19456 bytes > framework/checkCase.py | 100 > +++++++++++++++++++++++++++++++++++++ > framework/dts.py | 21 ++++++-- > framework/excel_reporter.py | 9 ++- > framework/test_result.py | 5 ++ > 5 files changed, 126 insertions(+), 9 deletions(-) > create mode 100644 conf/dpdk_test_case_checklist.xls > create mode 100644 framework/checkCase.py >=20 > -- > 1.7.4.4