Skip to content
Snippets Groups Projects
Commit 92733438 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Reviewed code

parent bdc00ee1
No related branches found
No related tags found
1 merge request!143Debug paas ci
...@@ -142,16 +142,13 @@ with open(summary_filename, "w") as f: ...@@ -142,16 +142,13 @@ with open(summary_filename, "w") as f:
logging.info("Tasks deletion") logging.info("Tasks deletion")
for task in tasks: for task in tasks:
task.delete() task.delete()
#gvm.get_client().delete_task(task.id)
logging.info("Targets deletion") logging.info("Targets deletion")
for target in targets: for target in targets:
target.delete() target.delete()
#gvm.get_client().delete_target(target.id)
logging.info("ports list deletion") logging.info("ports list deletion")
for port_list in port_lists: for port_list in port_lists:
port_list.delete() port_list.delete()
#gvm.get_client().delete_port_list(port_list.id)
logging.info("end") logging.info("end")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment