weizhouapache commented on a change in pull request #4801: URL: https://github.com/apache/cloudstack/pull/4801#discussion_r593056295
########## File path: test/integration/smoke/test_vm_life_cycle.py ########## @@ -1443,6 +1443,12 @@ def setUp(self): if len(self.hosts) < 2: self.skipTest("Requires at least two hosts for performing migration related tests") + + for host in self.hosts: Review comment: @DaanHoogland it seems not be a CentOS issue, but issue with test scripts or libvrt/kvm plugin. let's skip the live migration with volume on kvm at first, so trillian test for other prs is good. we can fix the issue afterwards. it needs investigation. could you change the lines to skip the test by checking the host hypervisor instead of host os ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org