rootresize: set proper template search
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d4d33821 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d4d33821 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d4d33821 Branch: refs/heads/resize-root Commit: d4d338217042d6e2cb6903192a4a31cae67a1bf3 Parents: 5fc2aca Author: Marcus Sorensen <[email protected]> Authored: Mon Feb 10 16:28:03 2014 -0700 Committer: Marcus Sorensen <[email protected]> Committed: Mon Feb 10 16:28:03 2014 -0700 ---------------------------------------------------------------------- test/integration/smoke/test_deploy_vm_root_resize.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d4d33821/test/integration/smoke/test_deploy_vm_root_resize.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_deploy_vm_root_resize.py b/test/integration/smoke/test_deploy_vm_root_resize.py index 9201fc4..e17d2df 100644 --- a/test/integration/smoke/test_deploy_vm_root_resize.py +++ b/test/integration/smoke/test_deploy_vm_root_resize.py @@ -76,9 +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"]) # 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'}) +# 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
