You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ga...@apache.org on 2015/05/22 12:11:39 UTC

git commit: updated refs/heads/master to 424b5bb

Repository: cloudstack
Updated Branches:
  refs/heads/master 22ee66eea -> 424b5bb8d


CLOUDSTACK-8492: Fix string case issue

Signed-off-by: Gaurav Aradhye <ga...@clogeny.com>
This closes #284


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/424b5bb8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/424b5bb8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/424b5bb8

Branch: refs/heads/master
Commit: 424b5bb8d0a86639f539e655aa08960679e46627
Parents: 22ee66e
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Fri May 22 15:36:17 2015 +0530
Committer: Gaurav Aradhye <ga...@clogeny.com>
Committed: Fri May 22 15:41:13 2015 +0530

----------------------------------------------------------------------
 test/integration/component/test_snapshots.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/424b5bb8/test/integration/component/test_snapshots.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py
index 4ff5411..655a287 100644
--- a/test/integration/component/test_snapshots.py
+++ b/test/integration/component/test_snapshots.py
@@ -169,7 +169,7 @@ class TestSnapshots(cloudstackTestCase):
         cls.services['mode'] = cls.zone.networktype
         cls._cleanup = []
         cls.unsupportedHypervisor = False
-        cls.hypervisor = get_hypervisor_type(cls.api_client)
+        cls.hypervisor = str(get_hypervisor_type(cls.api_client)).lower()
         if cls.hypervisor.lower() in ['hyperv', 'lxc']:
             cls.unsupportedHypervisor = True
             return