mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8394: Added missing lower() conversion
This commit is contained in:
parent
a29fd6584a
commit
d849dd628f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue