test suite reviews and discussions
 help / color / mirror / Atom feed
From: Lijuan Tu <lijuan.tu@intel.com>
To: "zhao,meijuan" <meijuanx.zhao@intel.com>, dts@dpdk.org
Subject: Re: [dts] [PATCH V1] tests/vm power mgr:fix match cpu fail
Date: Tue, 25 Dec 2018 00:50:53 +0800	[thread overview]
Message-ID: <c7288714-3e1d-6174-cb38-77f79f3f878f@intel.com> (raw)
In-Reply-To: <1545635501-45426-1-git-send-email-meijuanx.zhao@intel.com>

Applied with changed comments to match the right dpdk commit id.


On 2018年12月24日 15:11, zhao,meijuan wrote:
> dpdk remove power mask function,you can reference b6b22982f
>
> Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
> ---
>   tests/TestSuite_vm_power_manager.py | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/tests/TestSuite_vm_power_manager.py b/tests/TestSuite_vm_power_manager.py
> index 59043c6..7620c19 100644
> --- a/tests/TestSuite_vm_power_manager.py
> +++ b/tests/TestSuite_vm_power_manager.py
> @@ -268,8 +268,7 @@ class TestVmPowerManager(TestCase, IxiaPacketGenerator):
>           # check host core has correct mapped
>           cpu_idx = 0
>           for cpu in cpus:
> -            mask = utils.create_mask([cpu])
> -            cpu_map = '[%d]: Physical CPU Mask %s' % (cpu_idx, mask)
> +            cpu_map = '[%d]: Physical CPU %s' % (cpu_idx, cpu)
>               self.verify(cpu_map in vm_info, "Faile to map host cpu %s" % cpu)
>               cpu_idx += 1
>   

      parent reply	other threads:[~2018-12-24  8:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-24  7:11 zhao,meijuan
2018-12-24 10:23 ` Yao, BingX Y
2018-12-24 16:50 ` Lijuan Tu [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=c7288714-3e1d-6174-cb38-77f79f3f878f@intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=meijuanx.zhao@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).