From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C4A172C10 for ; Thu, 17 Nov 2016 09:50:10 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 17 Nov 2016 00:50:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,504,1473145200"; d="scan'208";a="1069694339" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 17 Nov 2016 00:50:08 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Date: Thu, 17 Nov 2016 16:51:23 +0800 Message-Id: <1479372683-3548-1-git-send-email-lijuanx.a.tu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH]vm_power_manager: update and can run in new framwork X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 08:50:11 -0000 Signed-off-by: Lijuan Tu --- conf/vm_power_manager.cfg | 3 --- test_plans/vm_power_manager_test_plan.rst | 1 + tests/TestSuite_vm_power_manager.py | 4 ++-- 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'}, -- 1.9.3