From 4c17010ff2bae807c8a6b08f5422bf53109dacaf Mon Sep 17 00:00:00 2001 From: kaihlavi Date: Thu, 29 Aug 2019 18:05:39 +0300 Subject: [PATCH] Update tested optf-has image to 1.3.2 Latest optf-has image in master is 1.3.2 and should be used in master's CSIT tests - this is quick fix for making the CSIT relevant, but the image number should be automatically based on master's version.properties instead of being separately hard-coded for CSIT Change-Id: Ie31646f48a084a0265481a89514ee75f7716d44a Issue-ID: OPTFRA-576 Signed-off-by: kaihlavi --- scripts/optf-has/has/has_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/optf-has/has/has_script.sh b/scripts/optf-has/has/has_script.sh index 475f9301..9aa7606f 100755 --- a/scripts/optf-has/has/has_script.sh +++ b/scripts/optf-has/has/has_script.sh @@ -31,7 +31,7 @@ cd ${DIR} COND_CONF=/tmp/conductor/properties/conductor.conf LOG_CONF=/tmp/conductor/properties/log.conf IMAGE_NAME=nexus3.onap.org:10001/onap/optf-has -IMAGE_VER=1.2.5-SNAPSHOT-latest +IMAGE_VER=1.3.2-SNAPSHOT-latest BUNDLE=/tmp/conductor/properties/AAF_RootCA.cer mkdir -p /tmp/conductor/properties -- 2.16.6