Fix menlo-certification-pod-radisys-gpon-sadis-DT config
Change-Id: I13309c3648d23dbba29059348a36191f9cc1ef9e
diff --git a/tests/data/menlo-certification-pod-radisys-gpon-sadis-DT.json b/tests/data/menlo-certification-pod-radisys-gpon-sadis-DT.json
index 588182b..00a5120 100644
--- a/tests/data/menlo-certification-pod-radisys-gpon-sadis-DT.json
+++ b/tests/data/menlo-certification-pod-radisys-gpon-sadis-DT.json
@@ -1,78 +1,82 @@
{
- "sadis": {
- "integration": {
- "cache": {
- "enabled": false,
- "maxsize": 50,
- "ttl": "PT0m"
+ "apps":{
+ "org.opencord.sadis":{
+ "sadis":{
+ "integration":{
+ "cache":{
+ "enabled":false,
+ "maxsize":50,
+ "ttl":"PT0m"
+ }
+ },
+ "entries":[
+ {
+ "id":"722033538840",
+ "nasId":"722033538840",
+ "uplinkPort":1048576
+ },
+ {
+ "id":"SCOM00001c7f-1",
+ "nasPortId":"SCOM00001c7f-1",
+ "circuitId":"SCOM00001c7f-1",
+ "remoteId":"SCOM00001c7f",
+ "uniTagList":[
+ {
+ "uniTagMatch":4096,
+ "ponCTag":4096,
+ "ponSTag":11,
+ "technologyProfileId":64,
+ "upstreamBandwidthProfile":"Default",
+ "downstreamBandwidthProfile":"Default",
+ "isDhcpRequired":false
+ }
+ ]
+ }
+ ]
+ },
+ "bandwidthprofile":{
+ "integration":{
+ "cache":{
+ "enabled":true,
+ "maxsize":40,
+ "ttl":"PT1m"
+ }
+ },
+ "entries":[
+ {
+ "id":"Default",
+ "air":100000,
+ "cbs":30,
+ "cir":16000,
+ "ebs":30,
+ "eir":16000
+ },
+ {
+ "id":"User_Bandwidth1",
+ "air":100000,
+ "cbs":10000,
+ "cir":30000,
+ "ebs":1000,
+ "eir":20000
+ },
+ {
+ "id":"User_Bandwidth2",
+ "air":100000,
+ "cbs":5000,
+ "cir":100000,
+ "ebs":5000,
+ "eir":100000
+ },
+ {
+ "id":"User_Bandwidth3",
+ "air":100000,
+ "cbs":5000,
+ "cir":425000,
+ "ebs":5000,
+ "eir":425000
+ }
+ ]
+ }
}
- },
- "entries": [
- {
- "id": "722033538840",
- "nasId": "722033538840",
- "uplinkPort": 1048576
- },
- {
- "id": "SCOM00001c7f-1",
- "nasPortId": "SCOM00001c7f-1",
- "circuitId": "SCOM00001c7f-1",
- "remoteId": "SCOM00001c7f",
- "uniTagList": [
- {
- "uniTagMatch": 4096,
- "ponCTag": 4096,
- "ponSTag": 11,
- "technologyProfileId": 64,
- "upstreamBandwidthProfile": "Default",
- "downstreamBandwidthProfile": "Default",
- "isDhcpRequired": false
- }
- ]
- }
- ]
- },
- "bandwidthprofile": {
- "integration": {
- "cache": {
- "enabled": true,
- "maxsize": 40,
- "ttl": "PT1m"
- }
- },
- "entries": [
- {
- "id": "Default",
- "air": 100000,
- "cbs": 30,
- "cir": 16000,
- "ebs": 30,
- "eir": 16000
- },
- {
- "id": "User_Bandwidth1",
- "air": 100000,
- "cbs": 10000,
- "cir": 30000,
- "ebs": 1000,
- "eir": 20000
- },
- {
- "id": "User_Bandwidth2",
- "air": 100000,
- "cbs": 5000,
- "cir": 100000,
- "ebs": 5000,
- "eir": 100000
- },
- {
- "id": "User_Bandwidth3",
- "air": 100000,
- "cbs": 5000,
- "cir": 425000,
- "ebs": 5000,
- "eir": 425000
- }
- ]
- }
-}
\ No newline at end of file
+ }
+}