diff options
author | Aaron Hay <ah415j@att.com> | 2018-04-13 18:36:35 +0000 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-04-13 20:28:06 +0000 |
commit | 32818c887d29aedceebaf4afe466e650e3e793ae (patch) | |
tree | d3251e54c0adc44a9c06b6e92905421e879588b9 /test/csit/plans/appc/healthcheck/health_check.sh | |
parent | 5dc20735f510020fc422dac0a77a3c1e2dc3d470 (diff) |
Updating APPC CSIT for Nitrogen ODL
The use of -u karaf is no longer supported by the ODL client command version.
The APIDOC credentials have been modified with the Nitrogen ODL version.
Change-Id: I127a1db019b7fb92554045ebe1b4b8a0c562994c
Issue-ID: APPC-851
Signed-off-by: Aaron Hay <ah415j@att.com>
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." |