resize-root: fix test_deploy_vm_root_resize to use default template

This commit is contained in:
Marcus Sorensen 2014-02-10 13:50:30 -07:00
parent a0801a5d42
commit 79bd6f1a75
1 changed files with 3 additions and 2 deletions

View File

@ -76,8 +76,9 @@ class TestDeployVM(cloudstackTestCase):
self.domain = get_domain(self.apiclient, self.testdata)
self.zone = get_zone(self.apiclient, self.testdata)
self.testdata["mode"] = self.zone.networktype
# self.template = get_template(self.apiclient, self.zone.id, self.testdata["ostype"])
self.template = get_template(self.apiclient, self.zone.id, self.testdata["ostype"], templatetype='USER', services = {"template":'31f52a4d-5681-43f7-8651-ad4aaf823618'})
self.template = get_template(self.apiclient, self.zone.id, self.testdata["ostype"])
# for testing with specific template
# self.template = get_template(self.apiclient, self.zone.id, self.testdata["ostype"], templatetype='USER', services = {"template":'31f52a4d-5681-43f7-8651-ad4aaf823618'})
#create a user account