mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
test: skip live storage migration on CentOS 7 (#7862)
since #7570, The detail 'Host.OS' of centos7 host is changed from 'CentOS' to 'CentOS Linux'
This commit is contained in:
parent
a47a4f4ad4
commit
aa02d9b3c1
@ -1556,7 +1556,7 @@ class TestKVMLiveMigration(cloudstackTestCase):
|
||||
self.skipTest("Requires at least two hosts for performing migration related tests")
|
||||
|
||||
for host in self.hosts:
|
||||
if host.details['Host.OS'] in ['CentOS']:
|
||||
if host.details['Host.OS'] and host.details['Host.OS'].startswith('CentOS'):
|
||||
self.skipTest("live migration is not stabily supported on CentOS")
|
||||
|
||||
def tearDown(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user