aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/plans/ccsdk/healthcheck/health_check.sh
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-07-18 15:36:32 -0400
committerGary Wu <gary.i.wu@huawei.com>2018-07-19 12:22:14 -0700
commit316993475b7b5c17af1941f8669cebc67a39353e (patch)
tree1c9754b743f95423b55c400a9edb298e1602e837 /test/csit/plans/ccsdk/healthcheck/health_check.sh
parent6b60c21f73a03da2f8eead8d12084f10b217616d (diff)
Update CCSDK,SDNC version for Casablanca
Update CSIT test and version manifests to reflect Casablanca version of CCSDK. Change-Id: Id88a6ca538cbf07d45514aa56fca4c01fb502762 Issue-ID: INT-590 Issue-ID: INT-591 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/csit/plans/ccsdk/healthcheck/health_check.sh')
-rw-r--r--test/csit/plans/ccsdk/healthcheck/health_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/ccsdk/healthcheck/health_check.sh b/test/csit/plans/ccsdk/healthcheck/health_check.sh
index 99f717a20..ffc766fe9 100644
--- a/test/csit/plans/ccsdk/healthcheck/health_check.sh
+++ b/test/csit/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 YWRtaW46YWRtaW4=" -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" http://localhost:8383/restconf/operations/SLI-API:healthcheck )
if [ "$response" == "200" ]; then
echo "CCSDK health check passed."