[VOL-3717] Integrate ADTRAN OLT in berlin
Change-Id: I61e04e11a9916b25b9552ee96a42cfc147f032b1
diff --git a/tests/data/dt-berlin-pod-gpon-adtran-sadis-DT.json b/tests/data/dt-berlin-pod-gpon-adtran-sadis-DT.json
new file mode 100644
index 0000000..1870ecc
--- /dev/null
+++ b/tests/data/dt-berlin-pod-gpon-adtran-sadis-DT.json
@@ -0,0 +1,117 @@
+{
+ "apps": {
+ "org.opencord.sadis": {
+ "sadis": {
+ "integration": {
+ "cache": {
+ "enabled": false,
+ "maxsize": 50,
+ "ttl": "PT0m"
+ }
+ },
+ "entries": [
+ {
+ "id": "LBADTN2038AD991",
+ "hardwareIdentifier": "00:a0:c9:00:00:00",
+ "nasId": "LBADTN2038AD991",
+ "uplinkPort": 1048576
+ },
+ {
+ "id": "SCOMa0302125-1",
+ "nasPortId": "SCOMa0302125-1",
+ "circuitId": "SCOMa0302125-1",
+ "remoteId": "LBADTN2038AD991",
+ "uniTagList": [
+ {
+ "uniTagMatch": 4096,
+ "ponCTag": 4096,
+ "ponSTag": 35,
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "Default",
+ "downstreamBandwidthProfile": "Default",
+ "isDhcpRequired": false
+ }
+ ]
+ },
+ {
+ "id": "SCOMa030210e-1",
+ "nasPortId": "SCOMa030210e-1",
+ "circuitId": "SCOMa030210e-1",
+ "remoteId": "LBADTN2038AD991",
+ "uniTagList": [
+ {
+ "uniTagMatch": 4096,
+ "ponCTag": 4096,
+ "ponSTag": 36,
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "User_Bandwidth1",
+ "downstreamBandwidthProfile": "User_Bandwidth2",
+ "isDhcpRequired": false
+ }
+ ]
+ },
+ {
+ "id": "SCOM00001c0f-1",
+ "nasPortId": "SCOM00001c0f-1",
+ "circuitId": "SCOM00001c0f-1",
+ "remoteId": "LBADTN2038AD991",
+ "uniTagList": [
+ {
+ "uniTagMatch": 4096,
+ "ponCTag": 4096,
+ "ponSTag": 37,
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "User_Bandwidth3",
+ "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": 425000,
+ "ebs": 5000,
+ "eir": 425000
+ }
+ ]
+ }
+ }
+ }
+}