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']: