aboutsummaryrefslogtreecommitdiffstats
path: root/csit/scripts/healthcheck/data/preparePmsData.sh
diff options
context:
space:
mode:
authorJohnKeeney <john.keeney@est.tech>2023-08-28 12:55:15 +0100
committerJohn Keeney <john.keeney@est.tech>2023-08-28 14:02:15 +0000
commitaeb5e2ac45f459a9145a3898b8144387a1703a97 (patch)
tree2ad50ce0970de54604b69a9b4464fc1910748d9b /csit/scripts/healthcheck/data/preparePmsData.sh
parent42477eb05ce4599a13814ee47f1bf21afc21714d (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/data/preparePmsData.sh')
-rwxr-xr-xcsit/scripts/healthcheck/data/preparePmsData.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/scripts/healthcheck/data/preparePmsData.sh b/csit/scripts/healthcheck/data/preparePmsData.sh
index 69dc92d2..fc4fa392 100755
--- a/csit/scripts/healthcheck/data/preparePmsData.sh
+++ b/csit/scripts/healthcheck/data/preparePmsData.sh
@@ -69,7 +69,7 @@ echo "A1 policy management service status:"
curlString="curl -skw %{http_code} $httpx://localhost:$policy_agent_port/status"
res=$($curlString)
echo "$res"
-expect="hunky dory200"
+expect="success200"
checkRes
echo -e "\n"