aboutsummaryrefslogtreecommitdiffstats
path: root/plans
diff options
context:
space:
mode:
authorumry8364 <morgan.richomme@orange.com>2019-10-01 11:23:15 +0200
committerumry8364 <morgan.richomme@orange.com>2019-10-01 11:23:15 +0200
commitd7bdbf77c3eb6b7f9d5d5dd518b966761eb05f71 (patch)
tree4e539ca0e2f4fd3264c2207a9c66701321753931 /plans
parent87d5a68690385d9a4a83779085709e81af648fe8 (diff)
fix sdnc csit tests
split 95349 into sub patches Issue-ID: INT-1237 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: If196a642eb3a60dff6041718abeb8a68649203e4
Diffstat (limited to 'plans')
-rwxr-xr-xplans/sdnc/healthcheck/setup.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/plans/sdnc/healthcheck/setup.sh b/plans/sdnc/healthcheck/setup.sh
index 7a66351f..2614bea3 100755
--- a/plans/sdnc/healthcheck/setup.sh
+++ b/plans/sdnc/healthcheck/setup.sh
@@ -24,8 +24,8 @@ export NEXUS_USERNAME=docker
export NEXUS_PASSWD=docker
export NEXUS_DOCKER_REPO=nexus3.onap.org:10001
export DMAAP_TOPIC=AUTO
-export DOCKER_IMAGE_VERSION=1.5-STAGING-latest
-export CCSDK_DOCKER_IMAGE_VERSION=0.4-STAGING-latest
+export DOCKER_IMAGE_VERSION=1.7-STAGING-latest
+export CCSDK_DOCKER_IMAGE_VERSION=0.6-STAGING-latest
export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)
@@ -133,4 +133,3 @@ sleep 300
# Pass any variables required by Robot test suites in ROBOT_VARIABLES
ROBOT_VARIABLES="-v SCRIPTS:${SCRIPTS}"
-