aboutsummaryrefslogtreecommitdiffstats
path: root/plans/ccsdk/healthcheck/health_check.sh
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-02-06 12:23:14 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-02-06 12:26:15 -0500
commitadab16754323f275144db6716f9488f843d35311 (patch)
treec2f9f2ec7775e74419837c5e098d211ec7c7b48c /plans/ccsdk/healthcheck/health_check.sh
parenteb87542dbdaf427039eb6e963ee78bbd07ce551b (diff)
Update CSIT tests for CCSDK on Fluorine
Update CSIT tests for CCSDK to run against CCSDK Fluorine-based container Change-Id: Ia149382151d6c2d33836e3d58d1959dabfb6fa74 Issue-ID: CCSDK-862 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'plans/ccsdk/healthcheck/health_check.sh')
-rw-r--r--plans/ccsdk/healthcheck/health_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/ccsdk/healthcheck/health_check.sh b/plans/ccsdk/healthcheck/health_check.sh
index ffc766fe..58ccb42a 100644
--- a/plans/ccsdk/healthcheck/health_check.sh
+++ b/plans/ccsdk/healthcheck/health_check.sh
@@ -19,7 +19,7 @@ echo $SCRIPTS
unset http_proxy https_proxy
-response=$(curl --write-out '%{http_code}' --silent --output /dev/null -H "Authorization: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==" -X POST -H "X-FromAppId: csit-sdnc" -H "X-TransactionId: csit-ccsdk" -H "Accept: application/json" -H "Content-Type: application/json" http://localhost:8383/restconf/operations/SLI-API:healthcheck )
+response=$(curl --write-out '%{http_code}' --silent --output /dev/null -H "Authorization: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==" -X POST -H "X-FromAppId: csit-sdnc" -H "X-TransactionId: csit-ccsdk" -H "Accept: application/json" -H "Content-Type: application/json" -d '{"input":{"dummy":"dummy"}}' http://localhost:8383/restconf/operations/SLI-API:healthcheck )
if [ "$response" == "200" ]; then
echo "CCSDK health check passed."