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

EuCNC24: Updated CI/CD pipeline

parent b8ed3ba7
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!172Resolve "(CTTC) Extend gNMI-OpenConfig SBI driver"
......@@ -45,7 +45,7 @@ end2end_test eucnc24:
# - build eucnc24
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- if docker ps -a | grep ${TEST_NAME}; then docker rm -f ${TEST_NAME}; fi
- docker rm -f ${TEST_NAME} || true
- sudo containerlab destroy --all --cleanup || true
script:
......@@ -57,7 +57,8 @@ end2end_test eucnc24:
- kubectl get pods --all-namespaces
# Deploy ContainerLab Scenario
- sudo containerlab deploy --topo $PWD/src/tests/${TEST_NAME}/eucnc24.clab.yml
- cd $PWD/src/tests/${TEST_NAME}
- sudo containerlab deploy --log-level debug --topo eucnc24.clab.yml
# Wait for initialization of Device NOSes
- sleep 3
......
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