Skip to content

Commit f3252db

Browse files
pckreddySrikanteswaraRao Talluri
authored andcommitted
CLOUDSTACK-7555 - Fixed the test_usage script - Template now belongs to the Regular Account to test TEMPLATE.CREATE Event
Signed-off-by: SrikanteswaraRao Talluri <[email protected]>
1 parent 8c8c54f commit f3252db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration/component/test_usage.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,9 @@ def test_01_template_usage(self):
744744
self.template = Template.create(
745745
self.apiclient,
746746
self.services["templates"],
747-
self.volume.id
747+
self.volume.id,
748+
TestTemplateUsage.account.name,
749+
TestTemplateUsage.account.domainid
748750
)
749751
self.debug("Created template with ID: %s" % self.template.id)
750752
# Delete template

0 commit comments

Comments
 (0)