CLOUDSTACK-7555 - Fixed the test_usage script - Template now belongs to the Regular Account to test TEMPLATE.CREATE Event

Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit f3252db797)
This commit is contained in:
Chandan Purushothama 2014-09-15 23:15:57 -07:00 committed by David Nalley
parent 7a4a0d7aaa
commit 89736d011e
1 changed files with 3 additions and 1 deletions

View File

@ -744,7 +744,9 @@ class TestTemplateUsage(cloudstackTestCase):
self.template = Template.create(
self.apiclient,
self.services["templates"],
self.volume.id
self.volume.id,
TestTemplateUsage.account.name,
TestTemplateUsage.account.domainid
)
self.debug("Created template with ID: %s" % self.template.id)
# Delete template