Loading src/tests/eucnc24/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ end2end_test eucnc24: before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker rm -f ${TEST_NAME} || true - sudo containerlab destroy --all --cleanup --log-level debug || true - sudo containerlab destroy --all --cleanup || true script: # Download Docker image to run the test Loading @@ -63,7 +63,7 @@ end2end_test eucnc24: - cp -R src/tests/${TEST_NAME}/clab/* /tmp/clab/${TEST_NAME} - tree -la /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 # Wait for initialization of Device NOSes Loading Loading
src/tests/eucnc24/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ end2end_test eucnc24: before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker rm -f ${TEST_NAME} || true - sudo containerlab destroy --all --cleanup --log-level debug || true - sudo containerlab destroy --all --cleanup || true script: # Download Docker image to run the test Loading @@ -63,7 +63,7 @@ end2end_test eucnc24: - cp -R src/tests/${TEST_NAME}/clab/* /tmp/clab/${TEST_NAME} - tree -la /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 # Wait for initialization of Device NOSes Loading