test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Xiao, QimaiX" <qimaix.xiao@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Xiao, QimaiX" <qimaix.xiao@intel.com>
Subject: Re: [dts] [PATCH V1]framework/dts: fix multi_sections in execution.cfg	sharing same dut issue
Date: Tue, 12 May 2020 07:37:29 +0000	[thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC2A3CE@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <1589177219-123025-1-git-send-email-qimaix.xiao@intel.com>

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 <qimaix.xiao@intel.com>
> Subject: [dts] [PATCH V1]framework/dts: fix multi_sections in execution.cfg
> sharing same dut issue
> 
> *. fix dut of second section in execution.cfg can't compile dpdk
> 
> Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
> ---
>  framework/dts.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 = StatsReporter(output_dir + '/statistics.txt')
>      result = Result()
> 
> -    crbInsts = []
>      crbs_conf = CrbsConf()
>      crbs = crbs_conf.load_crbs_config()
> 
>      # for all Execution sections
>      for section in config.sections():
> +        crbInsts = list()
>          dts_parse_param(config, section)
> 
>          # verify if the delimiter is good if the lists are vertical
> --
> 1.8.3.1


      parent reply	other threads:[~2020-05-12  7:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11  6:06 Xiao Qimai
2020-05-11  7:52 ` Xiao, QimaiX
2020-05-12  7:37 ` Tu, Lijuan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8CE3E05A3F976642AAB0F4675D0AD20E0BC2A3CE@SHSMSX101.ccr.corp.intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=qimaix.xiao@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).