From d849dd628f501589a9961f703c28fb328afd6b31 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Tue, 5 May 2015 09:54:26 +0530 Subject: [PATCH] CLOUDSTACK-8394: Added missing lower() conversion --- test/integration/smoke/test_iso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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