diff options
author | Yang Xu <yang.xu3@huawei.com> | 2018-11-22 10:56:52 -0500 |
---|---|---|
committer | Yang Xu <yang.xu3@huawei.com> | 2018-11-22 16:04:42 +0000 |
commit | 9f935b29ee41f455922efcd7467a02ca0384a9e7 (patch) | |
tree | dba99dc65f6a5b4ec348d2a925003d362ee02f6a /test/vcpe/preload_templates | |
parent | 5f85af35b6435da9f28ca6097a6ff152ef87ed0c (diff) |
Change vgw module name for vCPE test script
Change-Id: I17308f23812cc1a335155fd4e9e789bed04dec00
Issue-ID: INT-717
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_gwgra_vfmodule.json | 2 | ||||
-rw-r--r-- | test/vcpe/preload_templates/template.vcpe_vgw_vfmodule.json | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/test/vcpe/preload_templates/template.vcpe_gwgra_vfmodule.json b/test/vcpe/preload_templates/template.vcpe_gwgra_vfmodule.json index ced57ca6a..b9e7c3dc6 100644 --- a/test/vcpe/preload_templates/template.vcpe_gwgra_vfmodule.json +++ b/test/vcpe/preload_templates/template.vcpe_gwgra_vfmodule.json @@ -112,7 +112,7 @@ ] }, "vf-module-assignments": {}, "vf-module-topology-identifier": { - "vf-module-name": "zRegionOne${vgw_vfmod_name_index}_base_vcpe_vgw_0" + "vf-module-name": "VGW2BRG-${brg_mac}" } }, "vnf-resource-assignments": {}, diff --git a/test/vcpe/preload_templates/template.vcpe_vgw_vfmodule.json b/test/vcpe/preload_templates/template.vcpe_vgw_vfmodule.json index fef5cbb96..f56e8f431 100644 --- a/test/vcpe/preload_templates/template.vcpe_vgw_vfmodule.json +++ b/test/vcpe/preload_templates/template.vcpe_vgw_vfmodule.json @@ -47,15 +47,15 @@ }, { "vnf-parameter-name": "vgw_private_ip_0", - "vnf-parameter-value": "10.5.0.111" + "vnf-parameter-value": "10.5.0.116" }, { "vnf-parameter-name": "vgw_private_ip_1", - "vnf-parameter-value": "10.0.101.111" + "vnf-parameter-value": "10.0.101.116" }, { "vnf-parameter-name": "vgw_private_ip_2", - "vnf-parameter-value": "10.2.0.26" + "vnf-parameter-value": "10.2.0.31" }, { "vnf-parameter-name": "vgw_name_0", @@ -67,7 +67,7 @@ }, { "vnf-parameter-name": "vg_vgmux_tunnel_vni", - "vnf-parameter-value": "111" + "vnf-parameter-value": "116" }, { "vnf-parameter-name": "onap_private_net_id", |