diff options
Diffstat (limited to 'csit/scripts/healthcheck/test/health_check.sh')
-rwxr-xr-x | csit/scripts/healthcheck/test/health_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/scripts/healthcheck/test/health_check.sh b/csit/scripts/healthcheck/test/health_check.sh index e08cc3e8..05bfeae5 100755 --- a/csit/scripts/healthcheck/test/health_check.sh +++ b/csit/scripts/healthcheck/test/health_check.sh @@ -63,6 +63,6 @@ checkStatus "curl -skw %{http_code} http://localhost:30005/" "OK200" "SIM3" # check PMS status echo "check PMS status:" -checkStatus "curl -skw %{http_code} http://localhost:8081/status" "hunky dory200" "PMS" +checkStatus "curl -skw %{http_code} http://localhost:8081/status" "success200" "PMS" echo "NONRTRIC health check passed." |