summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLijuan Tu <lijuanx.a.tu@intel.com>2016-11-17 16:51:23 +0800
committerMarvin Liu <yong.liu@intel.com>2016-11-22 17:07:44 +0800
commitd0a97ff96469d8a57bd68d30ad11528c4fbfa17a (patch)
tree51aa5e04f2fa1745b274dd9c38b6a050f500beb5
parentfb0810f869abceccebd67bec2693cdb5ea84b682 (diff)
tests vm_power_manager: merge to latest framework
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
-rw-r--r--conf/vm_power_manager.cfg3
-rw-r--r--test_plans/vm_power_manager_test_plan.rst1
-rw-r--r--tests/TestSuite_vm_power_manager.py4
3 files changed, 3 insertions, 5 deletions
diff --git a/conf/vm_power_manager.cfg b/conf/vm_power_manager.cfg
index c77819b..9c8f87a 100644
--- a/conf/vm_power_manager.cfg
+++ b/conf/vm_power_manager.cfg
@@ -28,9 +28,6 @@ disk =
file=/storage/vm-image/vm0.img,type=raw;
login =
user=root,password=tester;
-device =
- pf_idx=0,guestpci=00:08.0;
- pf_idx=1,guestpci=00:09.0;
[vm1]
mem =
size=4096;
diff --git a/test_plans/vm_power_manager_test_plan.rst b/test_plans/vm_power_manager_test_plan.rst
index dff8197..3d56bcd 100644
--- a/test_plans/vm_power_manager_test_plan.rst
+++ b/test_plans/vm_power_manager_test_plan.rst
@@ -77,6 +77,7 @@ Prerequisites
- Enable Kernel features Huge page, UIO, IOMMU, KVM
- Enable Intel IOMMU in kernel commnand
- Disable Selinux
+ - Disable intel_pstate
3. Virtualization:
- QEMU emulator version 1.6.1
diff --git a/tests/TestSuite_vm_power_manager.py b/tests/TestSuite_vm_power_manager.py
index e9d25b3..84f06dc 100644
--- a/tests/TestSuite_vm_power_manager.py
+++ b/tests/TestSuite_vm_power_manager.py
@@ -64,7 +64,7 @@ class TestVmPowerManager(TestCase, IxiaPacketGenerator):
self.vcpu_map = []
# start vm
self.vm_name = "vm0"
- self.vm = LibvirtKvm(self.dut, self.vm_name, self.suite)
+ self.vm = LibvirtKvm(self.dut, self.vm_name, self.suite_name)
channels = [
{'path': '/tmp/powermonitor/%s.0' %
self.vm_name, 'name': 'virtio.serial.port.poweragent.0'},
@@ -252,7 +252,7 @@ class TestVmPowerManager(TestCase, IxiaPacketGenerator):
cpus = self.dut.get_core_list('1S/4C/1T', socket=1)
self.verify(len(cpus) == 4, "Can't allocate cores from numa 1")
- vm2 = LibvirtKvm(self.dut, vm_name, self.suite)
+ vm2 = LibvirtKvm(self.dut, vm_name, self.suite_name)
channels = [
{'path': '/tmp/powermonitor/%s.0' %
vm_name, 'name': 'virtio.serial.port.poweragent.0'},