CLOUDSTACK-8394: Added missing lower() conversion

This commit is contained in:
Gaurav Aradhye 2015-05-05 09:54:26 +05:30
parent a29fd6584a
commit d849dd628f
1 changed files with 1 additions and 1 deletions

View File

@ -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