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

Fix GitLab CI/CD pipeline

parent 74e65dc3
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"
......@@ -96,7 +96,8 @@ unit_test nbi:
--env IETF_NETWORK_RENDERER=LIBYANG
--env "KFK_SERVER_ADDRESS=${KAFKA_IP}:9092"
$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG
- sleep 30
- while ! docker logs $IMAGE_NAME 2>&1 | grep -q 'Initialization completed'; do sleep 1; done
- sleep 5 # Give extra time to NBI to get ready
- docker ps -a
- docker logs kafka
- docker logs mock_tfs_nbi_dependencies
......
......@@ -23,7 +23,7 @@ from common.tools.context_queries.Topology import get_topology
from common.Constants import DEFAULT_CONTEXT_NAME
from common.tools.context_queries.Device import get_device, add_device_to_topology
# from common.tools.context_queries.EndPoint import get_endpoint_names
from .EndPoint import get_endpoint_names # modofied version of get_endpoint_names
#from .EndPoint import get_endpoint_names # modofied version of get_endpoint_names
from common.proto.context_pb2 import EndPointId, DeviceId, TopologyId, ContextId , Empty
from common.proto.kpi_manager_pb2 import KpiId
......
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