summaryrefslogtreecommitdiffstats
path: root/restapi-call-node/provider/src/test/resources/l3smvpntemplate.json
diff options
context:
space:
mode:
authorramu.n <ramu.n@huawei.com>2017-09-29 06:32:52 +0530
committerramu.n <ramu.n@huawei.com>2017-09-29 06:49:14 +0530
commit02c63c550acb82bee8d360c01bb1723b10f8df9a (patch)
tree7896d854e9d5c5e077f0fbca74d3472bd9c284a9 /restapi-call-node/provider/src/test/resources/l3smvpntemplate.json
parente93cd6ed5eaaf014a295afdf7a63a3ec3de89b9b (diff)
Update VoLTE underlay JSON template
*Add vrf-attribute configuration *Add BGP protocol type for ac Change-Id: I6deb5b4ec6d71b18e8d6b67aadaba18b7a27c47b Issue-Id: SDNC-108 Signed-off-by: Ramu N <ramu.n@huawei.com>
Diffstat (limited to 'restapi-call-node/provider/src/test/resources/l3smvpntemplate.json')
-rw-r--r--restapi-call-node/provider/src/test/resources/l3smvpntemplate.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/restapi-call-node/provider/src/test/resources/l3smvpntemplate.json b/restapi-call-node/provider/src/test/resources/l3smvpntemplate.json
index c0a7c192..c0d13531 100644
--- a/restapi-call-node/provider/src/test/resources/l3smvpntemplate.json
+++ b/restapi-call-node/provider/src/test/resources/l3smvpntemplate.json
@@ -1,6 +1,6 @@
/*-
* ============LICENSE_START=======================================================
- * openECOMP : SDN-C
+ * ONAP : SDN-C
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights
* reserved.
@@ -20,9 +20,12 @@
*/
{
- "vpn-id": ${prop.l3vpn.name},
- "customer-name": "huawei",
- "vpn-service-topology": ${prop.l3vpn.topology},
- "route-exchange-policy": "huawei-ac-net-l3vpn-svc:vpnv4-way"
+ "vpn-service": [
+ {
+ "vpn-id": ${prop.l3vpn.name,
+ "customer-name": "huawei",
+ "vpn-service-topology": ${prop.l3vpn.topology,
+ "route-exchange-policy": "huawei-ac-net-l3vpn-svc:vpnv4-way"
+ }
+ ]
}
-