mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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:
parent
c7d2e444d2
commit
b1f2e598e8
@ -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']:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user