diff options
author | Yang Xu <yang.xu3@huawei.com> | 2018-11-06 00:19:06 -0500 |
---|---|---|
committer | Yang Xu <yang.xu3@huawei.com> | 2018-11-06 00:19:54 -0500 |
commit | e4763649a39a4f7c28292dac32aeab3b6f0f0a9d (patch) | |
tree | fdad36c83f1b0a08b0451483a60d380946504ffb /test/vcpe/preload_templates | |
parent | c7f653fcd00ab925541555bbf5532f12e62704f0 (diff) |
Add message router port for vCPE infra preload
Change-Id: Ibac82a1b469cc1d21b94aee568e8885ce00e2f31
Issue-ID: INT-713
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'test/vcpe/preload_templates')
-rw-r--r-- | test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json b/test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json index d7608e2a3..27259546b 100644 --- a/test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json +++ b/test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json @@ -105,7 +105,11 @@ }, { "vnf-parameter-name": "mr_ip_addr", - "vnf-parameter-value": "10.0.11.1" + "vnf-parameter-value": "10.12.5.239" + }, + { + "vnf-parameter-name": "mr_ip_port", + "vnf-parameter-value": "30227" }, { "vnf-parameter-name": "vaaa_name_0", |