From 4e76bd143c04d7f2adcc01255f3666e0d333414c Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Fri, 23 Oct 2020 14:33:09 +0530 Subject: [OOF] Add CSIT for NSI/NSSI selection HAS Image version updated to 2.1.2 Issue-ID: OPTFRA-865 Signed-off-by: krishnaa96 Change-Id: I5cb8d62d1f7a280bcf3f5efa6b2d333909d9daed --- scripts/optf-has/has/has-properties/conductor.conf.onap | 3 ++- scripts/optf-has/has/has_script.sh | 2 +- scripts/optf-has/has/simulator_script.sh | 10 ++-------- 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'scripts') diff --git a/scripts/optf-has/has/has-properties/conductor.conf.onap b/scripts/optf-has/has/has-properties/conductor.conf.onap index 6cf8fb29..3ce7fa05 100644 --- a/scripts/optf-has/has/has-properties/conductor.conf.onap +++ b/scripts/optf-has/has/has-properties/conductor.conf.onap @@ -296,6 +296,7 @@ concurrent = true # Time between checking for new plans. Default value is 1. (integer value) # Minimum value: 1 #polling_interval = 1 +opt_schema_file = /opt/has/conductor/etc/conductor/opt_schema.json # (integer value) # Minimum value: 1 @@ -335,7 +336,7 @@ concurrent = true # # Extensions list to use (list value) -#extensions = aai +extensions = aai,generator [messaging_server] diff --git a/scripts/optf-has/has/has_script.sh b/scripts/optf-has/has/has_script.sh index f851051c..3b24d47a 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=2.0.2-SNAPSHOT-latest +IMAGE_VER=2.1.2-SNAPSHOT-latest BUNDLE=/tmp/conductor/properties/AAF_RootCA.cer mkdir -p /tmp/conductor/properties diff --git a/scripts/optf-has/has/simulator_script.sh b/scripts/optf-has/has/simulator_script.sh index ccb479b2..c52535cb 100755 --- a/scripts/optf-has/has/simulator_script.sh +++ b/scripts/optf-has/has/simulator_script.sh @@ -44,16 +44,10 @@ if [ ${USER} != 'jenkins' ]; then fi # prepare aaisim -cd ${WORK_DIR}/has/conductor/conductor/tests/functional/simulators/aaisim/ - -# check Dockerfile content -cat ./Dockerfile - -# build aaisim -docker build -t aaisim . +cd ${WORK_DIR}/has/conductor/conductor/tests/functional/simulators/ # run aaisim -docker run -d --name aaisim -p 8081:8081 aaisim +./run_aaisim.sh AAISIM_IP=`docker inspect --format '{{ .NetworkSettings.Networks.bridge.IPAddress}}' aaisim` echo "AAISIM_IP=${AAISIM_IP}" -- cgit 1.2.3-korg