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

Merge branch 'new_ssh_uuid' into 'main'

Updated ssh connection uuid

See merge request !8
parents 927b9209 0d8d673b
No related branches found
No related tags found
1 merge request!8Updated ssh connection uuid
...@@ -415,7 +415,7 @@ connection = TLSConnection(hostname=local_ip) ...@@ -415,7 +415,7 @@ connection = TLSConnection(hostname=local_ip)
transform = EtreeTransform() transform = EtreeTransform()
config = {'id':"9866edc1-8869-4e80-acac-d15d5647b4d9"} config = {'id':"9866edc1-8869-4e80-acac-d15d5647b4d9"}
scanner = {'id': "08b69003-5fc2-4037-a479-93b440211c73"} scanner = {'id': "08b69003-5fc2-4037-a479-93b440211c73"}
ovs_ssh_credential = {'id': "a89d5ebf-01bf-4836-ae72-a65bc633219a"} ovs_ssh_credential = {'id': "b9af5845-8b87-4378-bca4-cee39a894c17"}
wait_timeout = 3600 #1h wait_timeout = 3600 #1h
if len(argv) != 4: if len(argv) != 4:
...@@ -463,4 +463,4 @@ for host,ports in endpoints.items(): ...@@ -463,4 +463,4 @@ for host,ports in endpoints.items():
severities = process_global_severity(severities) severities = process_global_severity(severities)
with open(severity_filename, "w") as f: with open(severity_filename, "w") as f:
f.write(json.dumps(severities)) f.write(json.dumps(severities))
\ 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