CLOUDSTACK-8468: Correct test case in test_bugs.py Signed-off-by: Gaurav Aradhye <[email protected]> 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/CLOUDSTACK-8301 Commit: b1f2e598e83e8ec018ae993f918accb0199b9237 Parents: c7d2e44 Author: Gaurav Aradhye <[email protected]> Authored: Wed May 13 16:36:56 2015 +0530 Committer: Gaurav Aradhye <[email protected]> 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']:
