X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fnon-rt-ric%2Ftest%2Fhealth_check.sh;h=537a20fe8eaa1605555a404124df786e29abbe12;hb=eff858eb74faa4d21d1bdf1b46f8af13024f46dc;hp=8ccd62725800c0a944f80a5af39a1e3bf71b0eeb;hpb=f44c0a436ce33157b817f189d7d3c45a35469e3c;p=oam.git diff --git a/solution/integration/smo/non-rt-ric/test/health_check.sh b/solution/integration/smo/non-rt-ric/test/health_check.sh index 8ccd627..537a20f 100755 --- a/solution/integration/smo/non-rt-ric/test/health_check.sh +++ b/solution/integration/smo/non-rt-ric/test/health_check.sh @@ -64,8 +64,8 @@ checkStatus "curl -skw %{http_code} http://localhost:30005/" "OK200" "SIM3" echo "check PMS status:" checkStatus "curl -skw %{http_code} http://localhost:8091/status" "hunky dory200" "PMS" -# check ECS status -echo "check ECS status:" -checkStatus "curl -skw %{http_code} http://localhost:8083/status" '{"status":"hunky dory","no_of_producers":0,"no_of_types":0,"no_of_jobs":0}200' "ECS" +# check ICS status +echo "check ICS status:" +checkStatus "curl -skw %{http_code} http://localhost:8083/status" '{"status":"hunky dory","no_of_producers":0,"no_of_types":0,"no_of_jobs":0}200' "ICS" echo "NONRTRIC health check passed."