summaryrefslogtreecommitdiffstats
path: root/csit/scripts/healthcheck/data
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/data
parentaf7372a2358792a2c31662518df45455e3d1a680 (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')
-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"