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

EuCNC24: Reduced logs in CI/CD pipeline

parent efd45732
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!172Resolve "(CTTC) Extend gNMI-OpenConfig SBI driver"
...@@ -46,7 +46,7 @@ end2end_test eucnc24: ...@@ -46,7 +46,7 @@ end2end_test eucnc24:
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- docker rm -f ${TEST_NAME} || true - docker rm -f ${TEST_NAME} || true
- sudo containerlab destroy --all --cleanup --log-level debug || true - sudo containerlab destroy --all --cleanup || true
script: script:
# Download Docker image to run the test # Download Docker image to run the test
...@@ -63,7 +63,7 @@ end2end_test eucnc24: ...@@ -63,7 +63,7 @@ end2end_test eucnc24:
- cp -R src/tests/${TEST_NAME}/clab/* /tmp/clab/${TEST_NAME} - cp -R src/tests/${TEST_NAME}/clab/* /tmp/clab/${TEST_NAME}
- tree -la /tmp/clab/${TEST_NAME} - tree -la /tmp/clab/${TEST_NAME}
- cd /tmp/clab/${TEST_NAME} - cd /tmp/clab/${TEST_NAME}
- sudo containerlab deploy --reconfigure --topo eucnc24.clab.yml --log-level debug - sudo containerlab deploy --reconfigure --topo eucnc24.clab.yml
- cd $RUNNER_PATH - cd $RUNNER_PATH
# Wait for initialization of Device NOSes # Wait for initialization of Device NOSes
......
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