X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fservicestub%2Fservice-stub-build-start.sh;fp=test%2Fservicestub%2Fservice-stub-build-start.sh;h=885bd77215bf8c7e495253f7518471f3f7d9aee0;hb=3c504be356d2ac9fc5195eb45692e1b756caa9f3;hp=b798e867a208fef653e613ef0a2b5b2618185dd9;hpb=17735a3d78a7842697a2645b99ab01f777fdb172;p=nonrtric.git diff --git a/test/servicestub/service-stub-build-start.sh b/test/servicestub/service-stub-build-start.sh index b798e867..885bd772 100644 --- a/test/servicestub/service-stub-build-start.sh +++ b/test/servicestub/service-stub-build-start.sh @@ -30,11 +30,11 @@ docker run --rm -d -p 8080:8080 --name $NAME $IMAGE_NAME sleep 10 echo "Make an HTTP request to the Hello World endpoint and display the response" -response=$(curl -s http://localhost:8080/helloworld/sme) +response=$(curl -s http://localhost:8080/v1/helloworld/sme) -echo "Response from the /helloworld/sme endpoint: " +echo "Response from the /v1/helloworld/sme endpoint: " echo "$response" -response2=$(curl -s http://localhost:8080/helloworld) -echo "Response from the /helloworld endpoint: " +response2=$(curl -s http://localhost:8080/v1/helloworld) +echo "Response from the /v1/helloworld endpoint: " echo "$response2"