Skip to content

Commit 17516fd

Browse files
test: skip check for volume stats history on xenserver (#8661)
1 parent bda49ab commit 17516fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/smoke/test_metrics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def test_list_volumes_metrics_history(self):
517517
self.cleanup.append(self.small_virtual_machine)
518518

519519
currentHost = Host.list(self.apiclient, id=self.small_virtual_machine.hostid)[0]
520-
if currentHost.hypervisor.lower() == "xenserver" and currentHost.hypervisorversion == "7.1.0":
520+
if currentHost.hypervisor.lower() == "xenserver":
521521
# Skip tests as volume metrics doesn't see to work
522522
self.skipTest("Skipping test because volume metrics doesn't work on hypervisor\
523523
%s, %s" % (currentHost.hypervisor, currentHost.hypervisorversion))

0 commit comments

Comments
 (0)