We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda49ab commit 17516fdCopy full SHA for 17516fd
1 file changed
test/integration/smoke/test_metrics_api.py
@@ -517,7 +517,7 @@ def test_list_volumes_metrics_history(self):
517
self.cleanup.append(self.small_virtual_machine)
518
519
currentHost = Host.list(self.apiclient, id=self.small_virtual_machine.hostid)[0]
520
- if currentHost.hypervisor.lower() == "xenserver" and currentHost.hypervisorversion == "7.1.0":
+ if currentHost.hypervisor.lower() == "xenserver":
521
# Skip tests as volume metrics doesn't see to work
522
self.skipTest("Skipping test because volume metrics doesn't work on hypervisor\
523
%s, %s" % (currentHost.hypervisor, currentHost.hypervisorversion))
0 commit comments