Commit fb7e9b96 authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Update file .gitlab-ci.yml

parent 89015fb2
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -87,12 +87,13 @@ end2end_test ryu-openflow:
    - docker ps -a
    - |
        echo "Waiting for Ryu to be ready..."
      until curl -s http://172.20.0.10:8080 >/dev/null; do
        until curl -s http://172.20.0.10:8080/stats/switches >/dev/null; do
          echo "Still waiting..."
          sleep 5
        done
        echo "Ryu is ready!"

          
    - docker run -d --name mininet --network tfs-test-ryu --ip 172.20.0.11 --privileged --ulimit memlock=-1:-1 --ulimit nofile=65536:65536 --ulimit nproc=65536:65536 --volume /lib/modules:/lib/modules "${CI_REGISTRY_IMAGE}/${TEST_NAME}-mininet:${IMAGE_TAG}"
   # - docker run -d --name mininet --network tfs-test-ryu --ip 172.20.0.11 "${CI_REGISTRY_IMAGE}/${TEST_NAME}-mininet:${IMAGE_TAG}"