mirror of https://github.com/apache/cloudstack.git
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:
parent
7a4a0d7aaa
commit
89736d011e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue