Skip to content
Snippets Groups Projects
Commit b8b4ba1f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

OFC24 - Debug CI/CD pipeline

parent c660cad1
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!285Resolve: "(CNIT) New SBI Driver based on OpenROADM for ROADMs"
...@@ -288,6 +288,7 @@ class ServiceServiceServicerImpl(ServiceServiceServicer): ...@@ -288,6 +288,7 @@ class ServiceServiceServicerImpl(ServiceServiceServicer):
# reply with 2 transponders and 2 roadms # reply with 2 transponders and 2 roadms
reply_json = json.loads(reply_txt) reply_json = json.loads(reply_txt)
LOGGER.warning('reply_json[{:s}]={:s}'.format(str(type(reply_json)), str(reply_json)))
optical_band_txt = "" optical_band_txt = ""
if "new_optical_band" in reply_json.keys(): if "new_optical_band" in reply_json.keys():
if reply_json["new_optical_band"] == 1: if reply_json["new_optical_band"] == 1:
......
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