Loading src/tests/eucnc24/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -57,8 +57,10 @@ end2end_test eucnc24: - kubectl get pods --all-namespaces # Deploy ContainerLab Scenario - RUNNER_PATH=`pwd` - cd $PWD/src/tests/${TEST_NAME} - sudo containerlab deploy --log-level debug --reconfigure --topo eucnc24.clab.yml - cd $RUNNER_PATH # Wait for initialization of Device NOSes - sleep 3 Loading Loading
src/tests/eucnc24/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -57,8 +57,10 @@ end2end_test eucnc24: - kubectl get pods --all-namespaces # Deploy ContainerLab Scenario - RUNNER_PATH=`pwd` - cd $PWD/src/tests/${TEST_NAME} - sudo containerlab deploy --log-level debug --reconfigure --topo eucnc24.clab.yml - cd $RUNNER_PATH # Wait for initialization of Device NOSes - sleep 3 Loading