From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 49FC8A04A2; Tue, 12 May 2020 09:37:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3C69E1C06A; Tue, 12 May 2020 09:37:36 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 4B9E11C066 for ; Tue, 12 May 2020 09:37:34 +0200 (CEST) IronPort-SDR: vGMFqwUNknOxf+8YZcgGX/gIrvedLNCf/wjdo/5TVSJ+iKmf7fDtu+d+slIM6V07EcelHRoVen 0PExgIAvSzfg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2020 00:37:33 -0700 IronPort-SDR: ERLYKascBP7QSvTFDmipJCYZLD5p0k0JZhXU5pzFOgZE5AUc+wKlid6gCvNLvEvSCOBjXTjY9g /+FkCHWB9I/w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,383,1583222400"; d="scan'208";a="297939131" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga008.jf.intel.com with ESMTP; 12 May 2020 00:37:33 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 May 2020 00:37:32 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.225]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.26]) with mapi id 14.03.0439.000; Tue, 12 May 2020 15:37:30 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1]framework/dts: fix multi_sections in execution.cfg sharing same dut issue Thread-Index: AQHWJ1ueymhFkKZSi0mEoakKJldlNKikEaYQ Date: Tue, 12 May 2020 07:37:29 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC2A3CE@SHSMSX101.ccr.corp.intel.com> References: <1589177219-123025-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1589177219-123025-1-git-send-email-qimaix.xiao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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 V1]framework/dts: fix multi_sections in execution.cfg sharing same dut issue 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai > Sent: Monday, May 11, 2020 2:07 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts] [PATCH V1]framework/dts: fix multi_sections in execution.c= fg > sharing same dut issue >=20 > *. fix dut of second section in execution.cfg can't compile dpdk >=20 > Signed-off-by: Xiao Qimai > --- > framework/dts.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/framework/dts.py b/framework/dts.py index a637209..d6c4fe5 > 100644 > --- a/framework/dts.py > +++ b/framework/dts.py > @@ -557,12 +557,12 @@ def run_all(config_file, pkgName, git, patch, > skip_setup, > stats_report =3D StatsReporter(output_dir + '/statistics.txt') > result =3D Result() >=20 > - crbInsts =3D [] > crbs_conf =3D CrbsConf() > crbs =3D crbs_conf.load_crbs_config() >=20 > # for all Execution sections > for section in config.sections(): > + crbInsts =3D list() > dts_parse_param(config, section) >=20 > # verify if the delimiter is good if the lists are vertical > -- > 1.8.3.1