aboutsummaryrefslogtreecommitdiffstats
path: root/csit/scripts/healthcheck/test/health_check.sh
diff options
context:
space:
mode:
authorJohnKeeney <john.keeney@est.tech>2023-08-28 12:55:15 +0100
committerJohnKeeney <john.keeney@est.tech>2023-08-28 14:44:38 +0100
commitff95ae47d58dfc2ac01ccbfb994b615f975d1675 (patch)
tree59bc6fa2369c65a3e17735082cfad27925b3ab99 /csit/scripts/healthcheck/test/health_check.sh
parentaf7372a2358792a2c31662518df45455e3d1a680 (diff)
Update message returned for Status checklondon
Issue-ID: CCSDK-3932 Change-Id: I9db85ecf697cf5b908ea69f5476820a49a384697 Signed-off-by: JohnKeeney <john.keeney@est.tech>
Diffstat (limited to 'csit/scripts/healthcheck/test/health_check.sh')
-rwxr-xr-xcsit/scripts/healthcheck/test/health_check.sh2
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."