test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vm power mgr:fix match cpu fail
@ 2018-12-24  7:11 zhao,meijuan
  2018-12-24 10:23 ` Yao, BingX Y
  2018-12-24 16:50 ` Lijuan Tu
  0 siblings, 2 replies; 3+ messages in thread
From: zhao,meijuan @ 2018-12-24  7:11 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

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
 
-- 
2.17.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1] tests/vm power mgr:fix match cpu fail
  2018-12-24  7:11 [dts] [PATCH V1] tests/vm power mgr:fix match cpu fail zhao,meijuan
@ 2018-12-24 10:23 ` Yao, BingX Y
  2018-12-24 16:50 ` Lijuan Tu
  1 sibling, 0 replies; 3+ messages in thread
From: Yao, BingX Y @ 2018-12-24 10:23 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts; +Cc: Zhao, MeijuanX

Tested-by: Yao, bing <bingx.y.yao@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
Sent: Monday, December 24, 2018 3:12 PM
To: dts@dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
Subject: [dts] [PATCH V1] tests/vm power mgr:fix match cpu fail

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
 
-- 
2.17.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1] tests/vm power mgr:fix match cpu fail
  2018-12-24  7:11 [dts] [PATCH V1] tests/vm power mgr:fix match cpu fail zhao,meijuan
  2018-12-24 10:23 ` Yao, BingX Y
@ 2018-12-24 16:50 ` Lijuan Tu
  1 sibling, 0 replies; 3+ messages in thread
From: Lijuan Tu @ 2018-12-24 16:50 UTC (permalink / raw)
  To: zhao,meijuan, dts

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
>   

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-24 10:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-24  7:11 [dts] [PATCH V1] tests/vm power mgr:fix match cpu fail zhao,meijuan
2018-12-24 10:23 ` Yao, BingX Y
2018-12-24 16:50 ` Lijuan Tu

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).