From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 22DB74A63 for ; Thu, 5 Nov 2015 13:59:10 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 05 Nov 2015 04:59:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,247,1444719600"; d="scan'208";a="843783013" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga002.fm.intel.com with ESMTP; 05 Nov 2015 04:59:09 -0800 Message-ID: <563B52F5.6000305@intel.com> Date: Thu, 05 Nov 2015 21:00:37 +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: <1446719252-9544-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1446719252-9544-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: Thu, 05 Nov 2015 12:59:11 -0000 Applied. Thanks. On 11/05/2015 06:27 PM, xu,huilong wrote: > Signed-off-by: xu,huilong > --- > framework/checkCase.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/framework/checkCase.py b/framework/checkCase.py > index 6026abe..e7b22f1 100644 > --- a/framework/checkCase.py > +++ b/framework/checkCase.py > @@ -112,6 +112,7 @@ class check_case_skip(): > > def case_skip(self, case_name): > skip_flage = False > + self.comments = "" > for rule in filter_case[1:]: > # check case name > if case_name == rule[0]: