diff options
author | Hector Anapan-Lavalle <ha076r@att.com> | 2018-04-16 14:03:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-16 14:03:53 +0000 |
commit | 5aa81e8ba1385aca7e2e3ac6de3f4675e03e626a (patch) | |
tree | 017c2feaf2b39fe584304922bae66ec97262c322 /test/csit/plans/appc/healthcheck/health_check.sh | |
parent | d2987da83fc5c81f58c65f46030a8466af72cf26 (diff) | |
parent | 32818c887d29aedceebaf4afe466e650e3e793ae (diff) |
Merge "Updating APPC CSIT for Nitrogen ODL"
Diffstat (limited to 'test/csit/plans/appc/healthcheck/health_check.sh')
-rwxr-xr-x | test/csit/plans/appc/healthcheck/health_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/appc/healthcheck/health_check.sh b/test/csit/plans/appc/healthcheck/health_check.sh index 63e0b17aa..e4cfae8f5 100755 --- a/test/csit/plans/appc/healthcheck/health_check.sh +++ b/test/csit/plans/appc/healthcheck/health_check.sh @@ -17,7 +17,7 @@ SCRIPTS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" echo $SCRIPTS -response=$(curl --write-out '%{http_code}' --silent --output /dev/null -H "Authorization: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==" -X POST -H "X-FromAppId: csit-appc" -H "X-TransactionId: csit-appc" -H "Accept: application/json" -H "Content-Type: application/json" http://localhost:8282/restconf/operations/SLI-API:healthcheck ) +response=$(curl --write-out '%{http_code}' --silent --output /dev/null -H "Authorization: Basic YWRtaW46YWRtaW4=" -X POST -H "X-FromAppId: csit-appc" -H "X-TransactionId: csit-appc" -H "Accept: application/json" -H "Content-Type: application/json" http://localhost:8282/restconf/operations/SLI-API:healthcheck ) if [ "$response" == "200" ]; then echo "APPC health check passed." |