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/13 13:10:33 UTC

git commit: updated refs/heads/master to b1f2e59

Repository: cloudstack
Updated Branches:
  refs/heads/master c7d2e444d -> b1f2e598e


CLOUDSTACK-8468: Correct test case in test_bugs.py

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


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

Branch: refs/heads/master
Commit: b1f2e598e83e8ec018ae993f918accb0199b9237
Parents: c7d2e44
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed May 13 16:36:56 2015 +0530
Committer: Gaurav Aradhye <ga...@clogeny.com>
Committed: Wed May 13 16:40:00 2015 +0530

----------------------------------------------------------------------
 test/integration/component/maint/test_bugs.py | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b1f2e598/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 96d0f77..6652b04 100644
--- a/test/integration/component/maint/test_bugs.py
+++ b/test/integration/component/maint/test_bugs.py
@@ -532,6 +532,12 @@ class Test42xBugsMgmtSvr(cloudstackTestCase):
 
          """
 
+        if not is_config_suitable(apiclient=self.apiClient,
+                                  name='apply.allocation.algorithm.to.pods',
+                                  value='true'):
+            self.skipTest('apply.allocation.algorithm.to.pods '
+                          'should be true. skipping')
+
         # register windows 2012 VM template as windows 8 template
         self.hypervisor = self.testClient.getHypervisorInfo()
         if self.hypervisor.lower() in ['lxc']: