Skip to content

Commit 60f00d1

Browse files
authored
remove unnecessary logs
1 parent 7512f7e commit 60f00d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/smoke/test_templates.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,6 @@ def test_03_deploy_vm_wrong_checksum(self):
13161316
Deploy a VM from a Direct Download registered template with wrong checksum
13171317
"""
13181318
self.template["checksum"]="{MD5}" + ("X" * 32)
1319-
print(self.template)
13201319
tmpl = Template.register(self.apiclient, self.template, zoneid=self.zone.id, hypervisor=self.hypervisor, randomize_name=False)
13211320
self.cleanup.append(tmpl)
13221321

@@ -1341,7 +1340,6 @@ def test_03_deploy_vm_wrong_checksum(self):
13411340
)
13421341
if type(list_virtual_machine_response) == list and len(list_virtual_machine_response) > 0:
13431342
for virtual_machine_response in list_virtual_machine_response:
1344-
print(virtual_machine_response)
13451343
VirtualMachine.delete(virtual_machine_response, self.apiclient, expunge=True)
13461344

13471345
if failed == True:

0 commit comments

Comments
 (0)