CLOUDSTACK-8468: Correct test case in test_bugs.py

Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #251
This commit is contained in:
Gaurav Aradhye 2015-05-13 16:36:56 +05:30
parent c7d2e444d2
commit b1f2e598e8

View File

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