diff options
author | JohnKeeney <john.keeney@est.tech> | 2023-08-28 12:55:15 +0100 |
---|---|---|
committer | John Keeney <john.keeney@est.tech> | 2023-08-28 14:02:15 +0000 |
commit | aeb5e2ac45f459a9145a3898b8144387a1703a97 (patch) | |
tree | 2ad50ce0970de54604b69a9b4464fc1910748d9b /csit/scripts/healthcheck/test/pms_a1sim.sh | |
parent | 42477eb05ce4599a13814ee47f1bf21afc21714d (diff) |
Update message returned for Status check
Issue-ID: CCSDK-3932
Change-Id: I9db85ecf697cf5b908ea69f5476820a49a384697
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Diffstat (limited to 'csit/scripts/healthcheck/test/pms_a1sim.sh')
-rwxr-xr-x | csit/scripts/healthcheck/test/pms_a1sim.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/scripts/healthcheck/test/pms_a1sim.sh b/csit/scripts/healthcheck/test/pms_a1sim.sh index b28cc02c..8ba4ef44 100755 --- a/csit/scripts/healthcheck/test/pms_a1sim.sh +++ b/csit/scripts/healthcheck/test/pms_a1sim.sh @@ -58,7 +58,7 @@ 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" cd ${SHELL_FOLDER}/../data ./preparePmsData.sh |