Commit ca59e6b4 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

End-to-end Test - Ryu-OpenFlow:

- Fixes in CI/CD
parent 8afbe529
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ end2end_test ryu-openflow:
    - LOOP_COUNTER=0
    - >
      echo "Waiting for Ryu to be ready..."
      until curl -s http://172.254.252.10:8080/ > /dev/null ; do
      while ! curl -s 'http://172.254.252.10:8080/'; do
        echo "Attempt: $LOOP_COUNTER"
        sleep 5;
        LOOP_COUNTER=$((LOOP_COUNTER + 1))