From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AD2EF427EB; Tue, 28 Mar 2023 02:54:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A8075410EE; Tue, 28 Mar 2023 02:54:50 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 6CBDC40A87 for ; Tue, 28 Mar 2023 02:54:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679964889; x=1711500889; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Hq502S3JPv0adiWFyklgkcLVVMrmfd+nUuT2xHUwNHg=; b=GCXyeG08EmV9c8Dcc9+bEas3xh+MQLpFobcJFn3JDyL5e5dfQyk1hfIG upSAXHIl/taXFmrmKuVi2Xj5UfFScnt04NcQ/s6Y+SoFOgki9CEDJFRo8 +fDm1lZKVY2yairDNcEZGQjCYFOeJSghFpCOLVRRQn1QZm0CSWGmkk8OP uViCnwlmnPl2rYGYHxsdydJkPOdq9J8xNVGuuxa/6Pz2SlzGHlypVm9EZ TEK8hQ71MScAET9fgj9Hgh9rZSQ12tW75FK1sGRLgjKU0H4gAeEG7na7P k1IXvdCfT9ur6zDciCYUxMM2Ok4u+B7E6gJ0+5wSj8PkYXJUJrDPvBqkQ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="328879358" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="328879358" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:54:48 -0700 Message-Id: <8a82d4$m9hatj@fmsmga008-auth.fm.intel.com> Date: 27 Mar 2023 17:54:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="748202940" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="748202940" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:54:47 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [DTS][PATCH V2 2/2] framework/dts: fix result output by merging cases when parsing execution requirements. From: lijuan.tu@intel.com To: dts@dpdk.org,Ke Xu Cc: lijuan.tu@intel.com,ke1.xu@intel.com In-Reply-To: <20230315015655.768885-3-ke1.xu@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ke Xu Errors-To: dts-bounces@dpdk.org On Wed, 15 Mar 2023 09:56:55 +0800, Ke Xu wrote: > In execution config, multi-run suites and cases are grammarly allowed. > When we call for a suite multiple times, the new result will overwrite > the old result totally. > > This fix merges duplicated lines for suites when parsing the execution > configuration, preventing the potential multiple run of suites and > cases. > > Signed-off-by: Ke Xu Series applied, thanks