diff options
author | ramu.n <ramu.n@huawei.com> | 2017-10-13 16:18:50 +0530 |
---|---|---|
committer | ramu.n <ramu.n@huawei.com> | 2017-10-13 16:18:50 +0530 |
commit | 85e0df60352d2ffa7e63a5a5e570f12cb0b081f4 (patch) | |
tree | a5cfd1c1b5adca35231146e8d057129fa1f9b7e2 /restapi-call-node/provider/src/main/resources/l3smsitetemplate.json | |
parent | 3cc6cc194791d9eedfe87fd671ee0db3e8e72897 (diff) |
Update VoLTE underlay JSON template
*Fix missing site element in l3smsitetemplate.json file
*Add UT test case delete L3VPN
Change-Id: Iee56d30746328e8f094a5c45c6e2e577b6989bf9
Issue-Id: SDNC-108
Signed-off-by: Ramu N <ramu.n@huawei.com>
Diffstat (limited to 'restapi-call-node/provider/src/main/resources/l3smsitetemplate.json')
-rw-r--r-- | restapi-call-node/provider/src/main/resources/l3smsitetemplate.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/restapi-call-node/provider/src/main/resources/l3smsitetemplate.json b/restapi-call-node/provider/src/main/resources/l3smsitetemplate.json index 3aa426be..016879c3 100644 --- a/restapi-call-node/provider/src/main/resources/l3smsitetemplate.json +++ b/restapi-call-node/provider/src/main/resources/l3smsitetemplate.json @@ -19,7 +19,8 @@ * ============LICENSE_END========================================================= */ -[ +{ + "site":[ { "site-id": ${prop.l3vpn.site1_name}, "vpn-policies": { @@ -177,5 +178,6 @@ } ] } -] + ] +} |