[dts] [PATCH V1] tests/vm_power_manager: fix script

Jiale Song songx.jiale at intel.com
Fri Apr 29 15:59:13 CEST 2022


restart libvirtd service before instantiating libvirtkvm. otherwise, 
the instantiation of libvirtkvm will fail, resulting in suite block.

Signed-off-by: Jiale Song <songx.jiale at intel.com>
---
 tests/TestSuite_vm_power_manager.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/TestSuite_vm_power_manager.py b/tests/TestSuite_vm_power_manager.py
index 917a60f3..cc535436 100644
--- a/tests/TestSuite_vm_power_manager.py
+++ b/tests/TestSuite_vm_power_manager.py
@@ -60,6 +60,8 @@ class TestVmPowerManager(TestCase):
 
         # map between host vcpu and guest vcpu
         self.vcpu_map = []
+        # restart libvirtd service
+        self.dut.send_expect("service libvirtd restart", "# ")
         # start vm
         self.vm_name = "vm0"
         self.vm = LibvirtKvm(self.dut, self.vm_name, self.suite_name)
-- 
2.17.1



More information about the dts mailing list