Commit d3e02249 authored by Carlos Manso's avatar Carlos Manso
Browse files

Merge branch...

Merge branch 'feat/216-cttc-implement-integration-test-between-e2e-ip-optical-sdn-controllers' of https://labs.etsi.org/rep/tfs/controller into feat/216-cttc-implement-integration-test-between-e2e-ip-optical-sdn-controllers
parents 43b0f9dc 59393b76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ spec:
            - containerPort: 8762
          env:
            - name: LOG_LEVEL
              value: "INFO"
              value: "DEBUG"
            - name: WS_IP_HOST
              value: "nbiservice.tfs-ip.svc.cluster.local"
            - name: WS_IP_PORT
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@ class E2EOrchestratorServiceServicerImpl(E2EOrchestratorServiceServicer):
            try:
                LOGGER.info(f'Retrieving external controller #{i}')
                url = f'http://{ADD}:{PORT}/tfs-api/context/{DEFAULT_CONTEXT_NAME}/topology_details/{DEFAULT_TOPOLOGY_NAME}'
                LOGGER.info(f'url= {url}')
                topo = requests.get(url).json()
                LOGGER.info(f'Retrieved external controller #{i}')
            except Exception as e: