diff options
author | Aaron Hay <ah415j@att.com> | 2018-05-07 12:28:56 -0400 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-05-07 12:29:06 -0400 |
commit | ccbb893a48af1642902e6070a10dc9534bebbce6 (patch) | |
tree | 821321b6d82bf6e1af3623e83bf950b2bbec718b /test/csit | |
parent | a557fe7f4f2f5d7aa1049feb10c2c12fcfdc7baf (diff) |
Update CCSDK image used by APPC CSIT
Update APPC CSIT setup script to use the following CCSDK dgbuilder image:
onap/ccsdk-dgbuilder-image:0.2-STAGING-latest
Change-Id: I8f0d05105584f807fe35f48a56e1d520f0af5494
Issue-ID: INT-491
Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'test/csit')
-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 ef79483b4..afc95204a 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-STAGING-latest export BRANCH=master export SOLUTION_NAME=onap |