diff options
-rwxr-xr-x | test/vcpe/preload.py | 2 | ||||
-rw-r--r-- | version-manifest/src/main/resources/docker-manifest-staging.csv | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/test/vcpe/preload.py b/test/vcpe/preload.py index d72150319..0d451d24f 100755 --- a/test/vcpe/preload.py +++ b/test/vcpe/preload.py @@ -154,6 +154,8 @@ class Preload: '${service_type}': service_instance_id, '${generic_vnf_name}': vnf_model['modelCustomizationName'], '${vnf_name}': vfmodule_name, + '${mr_ip_addr}': self.vcpecommon.mr_ip_addr, + '${mr_ip_port}': self.vcpecommon.mr_ip_port, '${suffix}': name_suffix} replace_dict.update(common_dict) self.logger.info('Preloading VF Module ' + vfmodule_name) diff --git a/version-manifest/src/main/resources/docker-manifest-staging.csv b/version-manifest/src/main/resources/docker-manifest-staging.csv index 6257288d5..707604ab1 100644 --- a/version-manifest/src/main/resources/docker-manifest-staging.csv +++ b/version-manifest/src/main/resources/docker-manifest-staging.csv @@ -131,7 +131,7 @@ onap/so/so-monitoring,1.3.1-STAGING-latest onap/so/vfc-adapter,1.3.1-STAGING-latest onap/sparky-be,1.3-STAGING-latest onap/spike,1.0-STAGING-latest -onap/testsuite,1.3.1-STAGING-latest +onap/testsuite,1.3.2-STAGING-latest onap/tproxy-config,2.1-STAGING-latest onap/usecase-ui,1.2.2-STAGING-latest onap/usecase-ui-server,1.2.1-STAGING-latest |