test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_vm_power_manager:change coremask
@ 2021-09-09 18:23 Yang Lewei
  2021-09-28  0:22 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Lewei @ 2021-09-09 18:23 UTC (permalink / raw)
  To: dts; +Cc: Yang Lewei

according to dpdk commit b49c677, adjust the coremask given to vm_power_manager.

Signed-off-by: Yang Lewei <leweix.yang@intel.com>
---
 tests/TestSuite_vm_power_manager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vm_power_manager.py b/tests/TestSuite_vm_power_manager.py
index fca122bb..7a1aac72 100644
--- a/tests/TestSuite_vm_power_manager.py
+++ b/tests/TestSuite_vm_power_manager.py
@@ -94,7 +94,7 @@ class TestVmPowerManager(TestCase, IxiaPacketGenerator):
         self.path = self.vm_dut.apps_name['guest_cli']
         self.guest_cmd = self.path + "-c 0xf -n 4 -- --vm-name=%s --vcpu-list=0,1,2,3" % self.vm_name
         self.vm_power_dir = self.vm_dut.apps_name['vm_power_manager']
-        mgr_cmd = self.vm_power_dir + "-c 0x7 -n 4"
+        mgr_cmd = self.vm_power_dir + "-c 0x1ff -n 4"
         out = self.dut.send_expect(mgr_cmd, "vmpower>", 120)
         self.dut.send_expect("add_vm %s" % self.vm_name, "vmpower>")
         self.dut.send_expect("add_channels %s all" % self.vm_name, "vmpower>")
-- 
2.17.1


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

end of thread, other threads:[~2021-09-28  0:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09 18:23 [dts] [PATCH V1] tests/TestSuite_vm_power_manager:change coremask Yang Lewei
2021-09-28  0:22 ` Tu, Lijuan

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