Commit b8b4ba1f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

OFC24 - Debug CI/CD pipeline

parent c660cad1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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: