diff --git a/test/integration/smoke/test_iso.py b/test/integration/smoke/test_iso.py index 88416992a08..79eb8141ac0 100644 --- a/test/integration/smoke/test_iso.py +++ b/test/integration/smoke/test_iso.py @@ -150,7 +150,7 @@ class TestISO(cloudstackTestCase): cls._cleanup = [] cls.unsupportedHypervisor = False cls.hypervisor = get_hypervisor_type(cls.apiclient) - if cls.hypervisor == "simulator": + if cls.hypervisor.lower() == "simulator": cls.unsupportedHypervisor = True return