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 4040AC402 for ; Fri, 23 Oct 2015 05:09:56 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 22 Oct 2015 20:09:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,185,1444719600"; d="scan'208";a="670000120" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga003.jf.intel.com with ESMTP; 22 Oct 2015 20:09:54 -0700 From: "xu,huilong" To: dts@dpdk.org Date: Fri, 23 Oct 2015 11:05:32 +0800 Message-Id: <1445569532-33831-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [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 03:09:56 -0000 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] -- 1.9.3