diff options
author | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-08-29 18:05:39 +0300 |
---|---|---|
committer | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-08-29 18:05:39 +0300 |
commit | 4c17010ff2bae807c8a6b08f5422bf53109dacaf (patch) | |
tree | 6a103d1062abe26d77586ed3677634a1cabfdaf4 | |
parent | f0e01e60b40d883c40bf7de73c8aef84689e179f (diff) |
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 <l.kaihlavirt@partner.samsung.com>
-rwxr-xr-x | scripts/optf-has/has/has_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |