CLOUDSTACK-7692: Fixed template register issue in test_project_usage.py Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4f297efe Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4f297efe Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4f297efe Branch: refs/heads/4.5 Commit: 4f297efef5627f04348a6b9ac550bef2364cb661 Parents: e2ba1b6 Author: Gaurav Aradhye <gaurav.arad...@clogeny.com> Authored: Thu Oct 9 15:14:30 2014 +0530 Committer: SrikanteswaraRao Talluri <tall...@apache.org> Committed: Thu Oct 30 15:33:37 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_project_usage.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4f297efe/test/integration/component/test_project_usage.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_project_usage.py b/test/integration/component/test_project_usage.py index 3262e40..2627504 100644 --- a/test/integration/component/test_project_usage.py +++ b/test/integration/component/test_project_usage.py @@ -712,6 +712,9 @@ class TestTemplateUsage(cloudstackTestCase): domainid=cls.domain.id ) cls._cleanup.append(cls.account) + cls.userapiclient = cls.testClient.getUserApiClient( + UserName=cls.account.name, + DomainName=cls.account.domain) cls.services["account"] = cls.account.name cls.project = Project.create( @@ -789,7 +792,7 @@ class TestTemplateUsage(cloudstackTestCase): #Create template from Virtual machine and Volume ID self.template = Template.create( - self.apiclient, + self.userapiclient, self.services["templates"], self.volume.id, projectid=self.project.id