diff options
Diffstat (limited to 'tests/ci/storperf/containers.sh')
-rwxr-xr-x | tests/ci/storperf/containers.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/ci/storperf/containers.sh b/tests/ci/storperf/containers.sh index 26d582bf..62f8d4d5 100755 --- a/tests/ci/storperf/containers.sh +++ b/tests/ci/storperf/containers.sh @@ -19,11 +19,4 @@ launch_containers() echo "Launch new qtip and storperf containers" docker-compose -f qtip-storperf-docker-compose.yaml pull docker-compose -f qtip-storperf-docker-compose.yaml up -d - - echo "QTIP: Waiting for StorPerf to become active" - - while [ $(curl -s -o /dev/null -I -w "%{http_code}" -X GET http://127.0.0.1:5000/api/v1.0/configurations) != "200" ] - do - sleep 1 - done }
\ No newline at end of file |