From b1f2e598e83e8ec018ae993f918accb0199b9237 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Wed, 13 May 2015 16:36:56 +0530 Subject: [PATCH] CLOUDSTACK-8468: Correct test case in test_bugs.py Signed-off-by: Gaurav Aradhye This closes #251 --- test/integration/component/maint/test_bugs.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/integration/component/maint/test_bugs.py b/test/integration/component/maint/test_bugs.py index 96d0f77e593..6652b04e3be 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']: