Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
3 merge requests!346Draft: support for restconf protocol,!345Draft: support ipinfusion devices via netconf,!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
...@@ -40,7 +40,7 @@ spec: ...@@ -40,7 +40,7 @@ spec:
- containerPort: 8762 - containerPort: 8762
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "INFO" value: "DEBUG"
- name: WS_IP_HOST - name: WS_IP_HOST
value: "nbiservice.tfs-ip.svc.cluster.local" value: "nbiservice.tfs-ip.svc.cluster.local"
- name: WS_IP_PORT - name: WS_IP_PORT
......
...@@ -199,6 +199,7 @@ class E2EOrchestratorServiceServicerImpl(E2EOrchestratorServiceServicer): ...@@ -199,6 +199,7 @@ class E2EOrchestratorServiceServicerImpl(E2EOrchestratorServiceServicer):
try: try:
LOGGER.info(f'Retrieving external controller #{i}') LOGGER.info(f'Retrieving external controller #{i}')
url = f'http://{ADD}:{PORT}/tfs-api/context/{DEFAULT_CONTEXT_NAME}/topology_details/{DEFAULT_TOPOLOGY_NAME}' 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() topo = requests.get(url).json()
LOGGER.info(f'Retrieved external controller #{i}') LOGGER.info(f'Retrieved external controller #{i}')
except Exception as e: except Exception as e:
......
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