test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH 0/2] remove multivms test case
@ 2022-02-25 12:49 Tadhg Kearney
  2022-02-25 12:49 ` [dts][PATCH 1/2] test_plans/vm_power_manager_test_plans: remove multivm test Tadhg Kearney
  2022-02-25 12:49 ` [dts][PATCH 2/2] conf/vm_power_manager: remove vm1 info Tadhg Kearney
  0 siblings, 2 replies; 4+ messages in thread
From: Tadhg Kearney @ 2022-02-25 12:49 UTC (permalink / raw)
  To: reshma.pattan; +Cc: dts, Tadhg Kearney

remove multivms test case from tests plans and vm1 info from vm_power_manager config

Tadhg Kearney (2):
  test_plans/vm_power_manager_test_plans: remove multivm test
  conf/vm_power_manager: remove vm1 info

 conf/vm_power_manager.cfg                 |  7 -------
 test_plans/vm_power_manager_test_plan.rst | 25 -----------------------
 2 files changed, 32 deletions(-)

-- 
2.25.1

--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.


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

* [dts][PATCH 1/2] test_plans/vm_power_manager_test_plans: remove multivm test
  2022-02-25 12:49 [dts][PATCH 0/2] remove multivms test case Tadhg Kearney
@ 2022-02-25 12:49 ` Tadhg Kearney
  2022-02-25 12:49 ` [dts][PATCH 2/2] conf/vm_power_manager: remove vm1 info Tadhg Kearney
  1 sibling, 0 replies; 4+ messages in thread
From: Tadhg Kearney @ 2022-02-25 12:49 UTC (permalink / raw)
  To: reshma.pattan; +Cc: dts, Tadhg Kearney

Signed-off-by: Tadhg Kearney <tadhg.kearney@intel.com>
---
 test_plans/vm_power_manager_test_plan.rst | 25 -----------------------
 1 file changed, 25 deletions(-)

diff --git a/test_plans/vm_power_manager_test_plan.rst b/test_plans/vm_power_manager_test_plan.rst
index f297e818..cc78998b 100644
--- a/test_plans/vm_power_manager_test_plan.rst
+++ b/test_plans/vm_power_manager_test_plan.rst
@@ -233,28 +233,3 @@ Test Case 6: VM Scale CPU Frequency to Max
 4. Check other CPUs' frequency is not affected by change above
 5. check if the other VM works fine (if they use different CPUs)
 
-Test Case 7: VM Power Management Multi VMs
-==========================================
-1. Setup VM power management environment for VM1
-2. Setup VM power management environment for VM2
-3. Run power-manager in Host::
-
-        x86_64-native-linuxapp-gcc/examples/dpdk-guest_cli -c 0x3 -n 4
-
-4. Startup VM1 and VM2
-5. Add VM1 in host and check vm_power_mgr can get frequency normally::
-
-        vmpower> add_vm <vm1_name>
-        vmpower> add_channels <vm1_name> all
-        vmpower> show_cpu_freq <core_num>
-
-6. Add VM2 in host and check vm_power_mgr can get frequency normally::
-
-        vmpower> add_vm <vm2_name>
-        vmpower> add_channels <vm2_name> all
-        vmpower> show_cpu_freq <core_num>
-
-7. Run Case3-6 and check VM1 and VM2 cpu frequency can by modified by guest_cli
-8. Poweroff VM2 and remove VM2 from host vm_power_mgr::
-
-        vmpower> rm_vm <vm2_name>
-- 
2.25.1

--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.


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

* [dts][PATCH 2/2] conf/vm_power_manager: remove vm1 info
  2022-02-25 12:49 [dts][PATCH 0/2] remove multivms test case Tadhg Kearney
  2022-02-25 12:49 ` [dts][PATCH 1/2] test_plans/vm_power_manager_test_plans: remove multivm test Tadhg Kearney
@ 2022-02-25 12:49 ` Tadhg Kearney
  2022-02-27 14:14   ` Tu, Lijuan
  1 sibling, 1 reply; 4+ messages in thread
From: Tadhg Kearney @ 2022-02-25 12:49 UTC (permalink / raw)
  To: reshma.pattan; +Cc: dts, Tadhg Kearney

Removed due to multivm test being removed.

Signed-off-by: Tadhg Kearney <tadhg.kearney@intel.com>
---
 conf/vm_power_manager.cfg | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/conf/vm_power_manager.cfg b/conf/vm_power_manager.cfg
index e2c8fc74..aee2f38a 100644
--- a/conf/vm_power_manager.cfg
+++ b/conf/vm_power_manager.cfg
@@ -33,10 +33,3 @@ disk =
     file=/storage/vm-image/vm0.img,opt_format=raw;
 login =
     user=root,password=tester;
-[vm1]
-mem =
-    size=4096;
-disk =
-    file=/storage/vm-image/vm1.img,opt_format=raw;
-login =
-    user=root,password=tester;
-- 
2.25.1

--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.


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

* RE: [dts][PATCH 2/2] conf/vm_power_manager: remove vm1 info
  2022-02-25 12:49 ` [dts][PATCH 2/2] conf/vm_power_manager: remove vm1 info Tadhg Kearney
@ 2022-02-27 14:14   ` Tu, Lijuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2022-02-27 14:14 UTC (permalink / raw)
  To: Kearney, Tadhg, Pattan, Reshma; +Cc: dts, Kearney, Tadhg

> -----Original Message-----
> From: Tadhg Kearney <tadhg.kearney@intel.com>
> Sent: 2022年2月25日 20:49
> To: Pattan, Reshma <reshma.pattan@intel.com>
> Cc: dts@dpdk.org; Kearney, Tadhg <tadhg.kearney@intel.com>
> Subject: [dts][PATCH 2/2] conf/vm_power_manager: remove vm1 info
> 
> Removed due to multivm test being removed.
> 
> Signed-off-by: Tadhg Kearney <tadhg.kearney@intel.com>

Series applied, thanks

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

end of thread, other threads:[~2022-02-27 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25 12:49 [dts][PATCH 0/2] remove multivms test case Tadhg Kearney
2022-02-25 12:49 ` [dts][PATCH 1/2] test_plans/vm_power_manager_test_plans: remove multivm test Tadhg Kearney
2022-02-25 12:49 ` [dts][PATCH 2/2] conf/vm_power_manager: remove vm1 info Tadhg Kearney
2022-02-27 14:14   ` 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).