Loading src/tests/ryu-openflow/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ end2end_test ryu-openflow: - docker ps -a - | echo "Waiting for Ryu to be ready..." until curl -s http://172.20.0.10:8080/stats/switches >/dev/null; do until curl -s http://172.20.0.10:8080/ >/dev/null; do echo "Still waiting..." sleep 5 done Loading Loading
src/tests/ryu-openflow/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ end2end_test ryu-openflow: - docker ps -a - | echo "Waiting for Ryu to be ready..." until curl -s http://172.20.0.10:8080/stats/switches >/dev/null; do until curl -s http://172.20.0.10:8080/ >/dev/null; do echo "Still waiting..." sleep 5 done Loading