Skip to content
Snippets Groups Projects
Commit 19cc0f7c authored by Javier Diaz's avatar Javier Diaz
Browse files

Debugging

parent 9609a1ad
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!259Resolve "(CTTC) Replace DLT Gateway functionality with an opensource and Hyper Ledger v2.4+ compliant version"
...@@ -113,6 +113,8 @@ class DLTRecorder(threading.Thread): ...@@ -113,6 +113,8 @@ class DLTRecorder(threading.Thread):
self.topology_cache[topology_uuid] = topology_id self.topology_cache[topology_uuid] = topology_id
LOGGER.debug('TOPOLOGY Details({:s})'.format(grpc_message_to_json_string(topology_details)))
if ((context_uuid == DEFAULT_CONTEXT_NAME) or (context_name == DEFAULT_CONTEXT_NAME)) and \ if ((context_uuid == DEFAULT_CONTEXT_NAME) or (context_name == DEFAULT_CONTEXT_NAME)) and \
(topology_uuid not in topology_uuids) and (topology_name not in topology_uuids): (topology_uuid not in topology_uuids) and (topology_name not in topology_uuids):
for device in topology_details.devices: for device in topology_details.devices:
......
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