From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B5C16CE7 for ; Mon, 10 Aug 2015 05:17:09 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 09 Aug 2015 20:17:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,642,1432623600"; d="scan'208";a="780197595" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by fmsmga002.fm.intel.com with ESMTP; 09 Aug 2015 20:17:07 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 10 Aug 2015 11:17:06 +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; Mon, 10 Aug 2015 11:17:05 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V2 0/5] add check case list for skip the case, when the case can't test Thread-Index: AQHQ0OUSDanUk+uHmU2P9nh4i+p5JJ4ElDcw Date: Mon, 10 Aug 2015 03:17:04 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10EC6B51@SHSMSX103.ccr.corp.intel.com> References: <1438933497-1741-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1438933497-1741-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 V2 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: Mon, 10 Aug 2015 03:17:10 -0000 Applied into 1.1 branch. Thanks. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Friday, August 07, 2015 3:45 PM > To: dts@dpdk.org > Subject: [dts] [PATCH V2 0/5] add check case list for skip the case, when > the case can't test >=20 > From: huilong xu >=20 > this patch for skip case, that case can't work in test >=20 > huilong xu (5): > add check case list > add N/A result in test report > add case skip result when case running > add case skip result when case running > 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 | 6 ++ > 5 files changed, 127 insertions(+), 9 deletions(-) > create mode 100644 conf/dpdk_test_case_checklist.xls > create mode 100644 framework/checkCase.py >=20 > -- > 1.7.4.4