Adding ATT cases for radisys GPON OLT
Change-Id: Ia04b02773d8df7c134cc9f2cb0733d597a5bdea3
diff --git a/tests/data/flex-ocp-cord-sadis.json b/tests/data/flex-ocp-cord-sadis.json
index ae0e9a1..b30e9d1 100644
--- a/tests/data/flex-ocp-cord-sadis.json
+++ b/tests/data/flex-ocp-cord-sadis.json
@@ -105,9 +105,9 @@
"id": "User_Bandwidth3",
"air": 100000,
"cbs": 5000,
- "cir": 100000,
+ "cir": 475000,
"ebs": 5000,
- "eir": 100000
+ "eir": 475000
}
]
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 2508c2b..822f05a 100644
--- a/tests/data/menlo-certification-pod-radisys-gpon-sadis-DT.json
+++ b/tests/data/menlo-certification-pod-radisys-gpon-sadis-DT.json
@@ -94,7 +94,7 @@
"ponCTag":4096,
"ponSTag":55,
"technologyProfileId":64,
- "upstreamBandwidthProfile":"User_Bandwidth1",
+ "upstreamBandwidthProfile":"User_Bandwidth2",
"downstreamBandwidthProfile":"User_Bandwidth3",
"isDhcpRequired":false
}
diff --git a/tests/data/menlo-certification-pod-radisys-gpon-sadis.json b/tests/data/menlo-certification-pod-radisys-gpon-sadis.json
new file mode 100644
index 0000000..9b776ce
--- /dev/null
+++ b/tests/data/menlo-certification-pod-radisys-gpon-sadis.json
@@ -0,0 +1,100 @@
+{
+ "apps":{
+ "org.opencord.sadis":{
+ "sadis":{
+ "integration":{
+ "cache":{
+ "enabled":false,
+ "maxsize":50,
+ "ttl":"PT0m"
+ }
+ },
+ "entries":[
+ {
+ "id":"722033538840",
+ "nasId":"722033538840",
+ "uplinkPort":1048576
+ },
+ {
+ "id":"SCOMa0108af9-1",
+ "nasPortId":"SCOMa0108af9-1",
+ "circuitId":"SCOMa0108af9-1",
+ "remoteId":"SCOMa0108af9",
+ "uniTagList":[
+ {
+ "uniTagMatch":4096,
+ "ponCTag":41,
+ "ponSTag":44,
+ "technologyProfileId":64,
+ "upstreamBandwidthProfile":"User_Bandwidth1",
+ "downstreamBandwidthProfile":"User_Bandwidth2",
+ "isDhcpRequired":false
+ }
+ ]
+ },
+ {
+ "id":"SCOMa0108aea-1",
+ "nasPortId":"SCOMa0108aea-1",
+ "circuitId":"SCOMa0108aea-1",
+ "remoteId":"SCOMa0108aea",
+ "uniTagList":[
+ {
+ "uniTagMatch":4096,
+ "ponCTag":42,
+ "ponSTag":44,
+ "technologyProfileId":64,
+ "upstreamBandwidthProfile":"User_Bandwidth1",
+ "downstreamBandwidthProfile":"User_Bandwidth3",
+ "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": 475000,
+ "ebs": 5000,
+ "eir": 475000
+ }
+
+ ]
+ }
+ }
+ }
+}
\ No newline at end of file