summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAaron Hay <ah415j@att.com>2017-11-14 18:53:26 +0000
committerAaron Hay <ah415j@att.com>2017-11-14 18:56:42 +0000
commit1df4eca10b7039d5fa636ab9d5c9324b4bed8d73 (patch)
treeb7a5deccb00291318025b6ca62ea1a83ea667bec /test
parent12da0444565d4855e46e7f5c2f722c0715e1c4bc (diff)
Updating APPC docker image source
Updating APPC docker image source from 1.1-STAGING-latest to 1.2-STAGING-latest. Change-Id: If08f83ab763dfe8925a02fdb22b7b8e51946b5d2 Issue-Id: APPC-314 Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/csit/plans/appc/healthcheck/setup.sh2
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 8798e561a..8288a18d7 100755
--- a/test/csit/plans/appc/healthcheck/setup.sh
+++ b/test/csit/plans/appc/healthcheck/setup.sh
@@ -24,7 +24,7 @@ export NEXUS_USERNAME=docker
export NEXUS_PASSWD=docker
export NEXUS_DOCKER_REPO=nexus3.onap.org:10001
export DMAAP_TOPIC=AUTO
-export APPC_DOCKER_IMAGE_VERSION=1.1-STAGING-latest
+export APPC_DOCKER_IMAGE_VERSION=1.2-STAGING-latest
export CCSDK_DOCKER_IMAGE_VERSION=0.1-STAGING-latest
export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)