diff options
author | Aaron Hay <ah415j@att.com> | 2018-04-20 18:18:21 +0000 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-04-20 18:18:32 +0000 |
commit | 49867ef2d33fc1292654b2df95ffb4e0f1237ff6 (patch) | |
tree | 955f5c1a5723e7ca0426bdb13701692b6c28bd6c /test/csit/plans/appc/healthcheck | |
parent | ae7c76453603c74bfc035828dc9744fdd6495728 (diff) |
Update APPC CSIT Nitrogen ODL release support
Change dgbuilder image location to remove SNAPSHOT.
Change-Id: I5a17229f5ff551494ed6b1aefd39736b3d9b3f21
Issue-ID: APPC-851
Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'test/csit/plans/appc/healthcheck')
-rwxr-xr-x | test/csit/plans/appc/healthcheck/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/appc/healthcheck/setup.sh b/test/csit/plans/appc/healthcheck/setup.sh index f47685334..014aa95dd 100755 --- a/test/csit/plans/appc/healthcheck/setup.sh +++ b/test/csit/plans/appc/healthcheck/setup.sh @@ -21,7 +21,7 @@ SCRIPTS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${WORKSPACE}/test/csit/scripts/appc/script1.sh export APPC_DOCKER_IMAGE_VERSION=1.3.0-SNAPSHOT-latest -export CCSDK_DOCKER_IMAGE_VERSION=0.2.1-SNAPSHOT +export CCSDK_DOCKER_IMAGE_VERSION=0.2.1 export BRANCH=master export SOLUTION_NAME=onap |