mirror of https://github.com/apache/cloudstack.git
test: skip check for volume stats history on xenserver (#8661)
This commit is contained in:
parent
bda49ab08f
commit
17516fd989
|
|
@ -517,7 +517,7 @@ class TestMetrics(cloudstackTestCase):
|
|||
self.cleanup.append(self.small_virtual_machine)
|
||||
|
||||
currentHost = Host.list(self.apiclient, id=self.small_virtual_machine.hostid)[0]
|
||||
if currentHost.hypervisor.lower() == "xenserver" and currentHost.hypervisorversion == "7.1.0":
|
||||
if currentHost.hypervisor.lower() == "xenserver":
|
||||
# Skip tests as volume metrics doesn't see to work
|
||||
self.skipTest("Skipping test because volume metrics doesn't work on hypervisor\
|
||||
%s, %s" % (currentHost.hypervisor, currentHost.hypervisorversion))
|
||||
|
|
|
|||
Loading…
Reference in New Issue