diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-04-21 04:35:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-21 04:35:44 +0000 |
commit | f56edd41357357b396b190404b34ca458f7ae917 (patch) | |
tree | 9282eb976d15f44756473631657eba0ff8aee1b8 | |
parent | 67082adc46797be20d1d4c8ac2ed7b7206d33079 (diff) | |
parent | 49867ef2d33fc1292654b2df95ffb4e0f1237ff6 (diff) |
Merge "Update APPC CSIT Nitrogen ODL release support"
-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 |