You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ta...@apache.org on 2014/11/25 14:52:25 UTC

git commit: updated refs/heads/master to 8cca0b2

Repository: cloudstack
Updated Branches:
  refs/heads/master 6ad2f3842 -> 8cca0b224


CLOUDSTACK-7865:Wrongly skipping the test if the local storage is enabled.

Signed-off-by: SrikanteswaraRao Talluri <ta...@apache.org>


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

Branch: refs/heads/master
Commit: 8cca0b224de440b5eef905be28bb8d0686eaa962
Parents: 6ad2f38
Author: SrikanteswaraRao Talluri <ta...@apache.org>
Authored: Tue Nov 25 19:14:17 2014 +0530
Committer: SrikanteswaraRao Talluri <ta...@apache.org>
Committed: Tue Nov 25 19:22:11 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8cca0b22/test/integration/component/maint/test_bugs.py
----------------------------------------------------------------------
diff --git a/test/integration/component/maint/test_bugs.py b/test/integration/component/maint/test_bugs.py
index 24dbee2..f68c244 100644
--- a/test/integration/component/maint/test_bugs.py
+++ b/test/integration/component/maint/test_bugs.py
@@ -169,7 +169,7 @@ class Test42xBugsMgmtSvr(cloudstackTestCase):
         step4: check whether the data disk created in step3 is created on
         local storage with tag 'loc'
         """
-        if self.zone.localstorageenabled:
+        if not self.zone.localstorageenabled:
             self.skipTest('Local storage is not enable for this '
                           'zone. skipping')