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 3115DC350 for ; Fri, 23 Oct 2015 07:02:35 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 22 Oct 2015 22:02:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,185,1444719600"; d="scan'208";a="586443593" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by FMSMGA003.fm.intel.com with ESMTP; 22 Oct 2015 22:02:24 -0700 Message-ID: <5629BFEC.6010105@intel.com> Date: Fri, 23 Oct 2015 13:04:44 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,huilong" , dts@dpdk.org References: <1445569532-33831-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1445569532-33831-1-git-send-email-huilongx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] fix skip case comments error 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, 23 Oct 2015 05:02:35 -0000 Applied. Thanks. On 10/23/2015 11:05 AM, xu,huilong wrote: > Signed-off-by: xu,huilong > --- > framework/checkCase.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/framework/checkCase.py b/framework/checkCase.py > index 9e1dca8..6026abe 100644 > --- a/framework/checkCase.py > +++ b/framework/checkCase.py > @@ -162,6 +162,8 @@ class check_case_support(check_case_skip): > break > > if support_flag is False: > + # empty last skip case comments > + self.comments = '' > if 'message' in support_function_dict: > for i in support_function_dict['message']: > self.comments += '%s,' % rule[i]