diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-13 21:26:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-13 21:26:32 +0000 |
commit | b804a0524a40391584e88cf702a20b590530f343 (patch) | |
tree | e9fb0cb679b6c20d26851b362d90f0052595a32e /test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json | |
parent | b10132e33370aabef8cb4d95d37f1dfc8e15fcee (diff) | |
parent | 8076a87e542a67f321f84311350d20946bee14a2 (diff) |
Merge "fixes from vCPE testing"
Diffstat (limited to 'test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json')
-rw-r--r-- | test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json b/test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json index 27259546b..d2072e2e6 100644 --- a/test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json +++ b/test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json @@ -105,11 +105,11 @@ }, { "vnf-parameter-name": "mr_ip_addr", - "vnf-parameter-value": "10.12.5.239" + "vnf-parameter-value": "${mr_ip_addr}" }, { "vnf-parameter-name": "mr_ip_port", - "vnf-parameter-value": "30227" + "vnf-parameter-value": "${mr_ip_port}" }, { "vnf-parameter-name": "vaaa_name_0", @@ -153,11 +153,11 @@ }, { "vnf-parameter-name": "demo_artifacts_version", - "vnf-parameter-value": "1.3.0" + "vnf-parameter-value": "1.3.0-SNAPSHOT" }, { "vnf-parameter-name": "install_script_version", - "vnf-parameter-value": "1.2.0-SNAPSHOT" + "vnf-parameter-value": "1.3.0-SNAPSHOT" }, { "vnf-parameter-name": "key_name", |