X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-services%2Fhello-world-sme-invoker%2Fhello-world-sme-invoker-build-start.sh;fp=sample-services%2Fhello-world-sme-invoker%2Fhello-world-sme-invoker-build-start.sh;h=1baf2c01e66b496478647658bef379ef527e047e;hb=9ddce2b0e23655371aa311c94ce9605dcc74f74e;hp=a20bd35eb2dc780e01395e528f82c0bdc865d379;hpb=5dd9e2d24bacf2d403c76304284edfcbabeb5d4b;p=nonrtric.git diff --git a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh index a20bd35e..1baf2c01 100644 --- a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh +++ b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh @@ -26,10 +26,3 @@ IMAGE_NAME="o-ran-sc/nonrtric-sample-helloworld-sme-invoker" docker build -t $IMAGE_NAME:latest . docker run --rm -d -p 8080:8080 --name $NAME $IMAGE_NAME - -sleep 10 - -echo "Make an HTTP request to the Hello World Sme Invoker endpoint and display the response" -response=$(curl -s http://localhost:8080/helloworld/v1/sme) -echo "Response from the /helloworld/v1/sme endpoint: " -echo "$response"