Addis sadis for berlin gpon
Change-Id: Iadb11dcb59319369a473286512e50dd5e8bd065f
diff --git a/tests/data/dt-berlin-pod-gpon-sadis.json b/tests/data/dt-berlin-pod-gpon-sadis.json
new file mode 100644
index 0000000..8cb7e9b
--- /dev/null
+++ b/tests/data/dt-berlin-pod-gpon-sadis.json
@@ -0,0 +1,113 @@
+{
+ "apps": {
+ "org.opencord.sadis": {
+ "sadis": {
+ "integration": {
+ "cache": {
+ "enabled": false,
+ "maxsize": 50,
+ "ttl": "PT0m"
+ }
+ },
+ "entries": [
+ {
+ "id": "EC1912001814",
+ "hardwareIdentifier": "80:a2:35:4d:24:c0",
+ "nasId": "EC1912001814",
+ "uplinkPort": 1048576
+ },
+ {
+ "id": "SCOM00001c82-1",
+ "nasPortId": "SCOM00001c82-1",
+ "circuitId": "SCOM00001c82-1",
+ "remoteId": "EC1912001814",
+ "uniTagList": [{
+ "uniTagMatch": 4096,
+ "ponCTag": 4096,
+ "ponSTag": 31,
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "Default",
+ "downstreamBandwidthProfile": "Default",
+ "isDhcpRequired": true
+ }]
+ },
+ {
+ "id": "SCOM00001c89-1",
+ "nasPortId": "SCOM00001c89-1",
+ "circuitId": "SCOM00001c89-1",
+ "remoteId": "EC1912001814",
+ "uniTagList": [
+ {
+ "uniTagMatch": 4096,
+ "ponCTag": 4096,
+ "ponSTag": 32,
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "Default",
+ "downstreamBandwidthProfile": "Default",
+ "isDhcpRequired": true
+ }]
+ },
+ {
+ "id": "SCOM00001c96-1",
+ "nasPortId": "SCOM00001c96-1",
+ "circuitId": "SCOM00001c96-1",
+ "remoteId": "EC1912001814",
+ "uniTagList": [
+ {
+ "uniTagMatch": 4096,
+ "ponCTag": 4096,
+ "ponSTag": 33,
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "Default",
+ "downstreamBandwidthProfile": "Default",
+ "isDhcpRequired": true
+ }]
+ }]
+ },
+ "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": 1000000,
+ "ebs": 5000,
+ "eir": 1000000
+ }
+
+ ]
+ }
+ }
+ }
+}