From: Aaron Hay Date: Tue, 14 Nov 2017 18:53:26 +0000 (+0000) Subject: Updating APPC docker image source X-Git-Tag: 1.0.0-Amsterdam~36^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1df4eca10b7039d5fa636ab9d5c9324b4bed8d73;p=integration.git 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 --- 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)