Adding zyxel OLT to jenkins jobs in berlin

Change-Id: I5e7f14ad8f14e33a894a5dc9cb04fa2c0cd38b78
diff --git a/tests/data/berlin-community-pod-2-gpon-zyxel-sadis-DT.json b/tests/data/berlin-community-pod-2-gpon-zyxel-sadis-DT.json
new file mode 100644
index 0000000..1b9e299
--- /dev/null
+++ b/tests/data/berlin-community-pod-2-gpon-zyxel-sadis-DT.json
@@ -0,0 +1,101 @@
+{
+  "apps": {
+    "org.opencord.sadis": {
+      "sadis": {
+        "integration": {
+          "cache": {
+            "enabled": false,
+            "maxsize": 50,
+            "ttl": "PT0m"
+          }
+        },
+        "entries": [
+          {
+            "id": "S210Z14009247",
+            "hardwareIdentifier": "4c:c5:3e:9a:ed:9c",
+            "nasId": "S210Z14009247",
+            "uplinkPort": 16777216
+          },
+          {
+            "id": "SCOM00001C90-1",
+            "nasPortId": "SCOM00001C90-1",
+            "circuitId": "SCOM00001C90-1",
+            "remoteId": "S210Z14009247",
+            "uniTagList": [
+              {
+                "uniTagMatch": 4096,
+                "ponCTag": 4096,
+                "ponSTag": 42,
+                "technologyProfileId": 64,
+                "upstreamBandwidthProfile": "User_Bandwidth1",
+                "downstreamBandwidthProfile": "User_Bandwidth2",
+                "isDhcpRequired": false
+              }
+            ]
+          },
+          {
+            "id": "SCOMA030600F-1",
+            "nasPortId": "SCOMA030600F-1",
+            "circuitId": "SCOMA030600F-1",
+            "remoteId": "S210Z14009247",
+            "uniTagList": [
+              {
+                "uniTagMatch": 4096,
+                "ponCTag": 4096,
+                "ponSTag": 43,
+                "technologyProfileId": 64,
+                "upstreamBandwidthProfile": "Default",
+                "downstreamBandwidthProfile": "Default",
+                "isDhcpRequired": false
+              }
+            ]
+          }
+        ]
+      },
+      "bandwidthprofile": {
+        "integration": {
+          "cache": {
+            "enabled": true,
+            "maxsize": 40,
+            "ttl": "PT1m"
+          }
+        },
+        "entries": [
+          {
+            "id": "Default",
+            "gir": 0,
+            "cbs": 30,
+            "cir": 16000,
+            "pbs": 30,
+            "pir": 32000
+          },
+          {
+            "id": "User_Bandwidth1",
+            "gir": 50000,
+            "cbs": 10000,
+            "cir": 50000,
+            "pbs": 1000,
+            "pir": 300000
+          },
+          {
+            "id": "User_Bandwidth2",
+            "gir": 100000,
+            "cbs": 5000,
+            "cir": 100000,
+            "pbs": 5000,
+            "pir": 300000
+          },
+          {
+            "id": "User_Bandwidth3",
+            "gir": 100000,
+            "cbs": 5000,
+            "cir": 100000,
+            "pbs": 5000,
+            "pir": 400000
+          }
+
+        ]
+      }
+    }
+  }
+}
diff --git a/tests/data/berlin-community-pod-2-xgsgpon-zyxel-sadis-DT.json b/tests/data/berlin-community-pod-2-xgsgpon-zyxel-sadis-DT.json
new file mode 100644
index 0000000..54ba45b
--- /dev/null
+++ b/tests/data/berlin-community-pod-2-xgsgpon-zyxel-sadis-DT.json
@@ -0,0 +1,84 @@
+{
+  "apps": {
+    "org.opencord.sadis": {
+      "sadis": {
+        "integration": {
+          "cache": {
+            "enabled": false,
+            "maxsize": 50,
+            "ttl": "PT0m"
+          }
+        },
+        "entries": [
+          {
+            "id": "S210Z14009247",
+            "hardwareIdentifier": "4c:c5:3e:9a:ed:9c",
+            "nasId": "S210Z14009247",
+            "uplinkPort": 16777216
+          },
+          {
+            "id": "ZYXE8CAC752C-1",
+            "nasPortId": "ZYXE8CAC752C-1",
+            "circuitId": "ZYXE8CAC752C-1",
+            "remoteId": "S210Z14009247",
+            "uniTagList": [
+              {
+                "uniTagMatch": 4096,
+                "ponCTag": 4096,
+                "ponSTag": 41,
+                "technologyProfileId": 64,
+                "upstreamBandwidthProfile": "Default",
+                "downstreamBandwidthProfile": "Default",
+                "isDhcpRequired": false
+              }
+            ]
+          }
+        ]
+      },
+      "bandwidthprofile": {
+        "integration": {
+          "cache": {
+            "enabled": true,
+            "maxsize": 40,
+            "ttl": "PT1m"
+          }
+        },
+        "entries": [
+          {
+            "id": "Default",
+            "gir": 0,
+            "cbs": 30,
+            "cir": 16000,
+            "pbs": 30,
+            "pir": 32000
+          },
+          {
+            "id": "User_Bandwidth1",
+            "gir": 50000,
+            "cbs": 10000,
+            "cir": 50000,
+            "pbs": 1000,
+            "pir": 300000
+          },
+          {
+            "id": "User_Bandwidth2",
+            "gir": 100000,
+            "cbs": 5000,
+            "cir": 100000,
+            "pbs": 5000,
+            "pir": 300000
+          },
+          {
+            "id": "User_Bandwidth3",
+            "gir": 100000,
+            "cbs": 5000,
+            "cir": 100000,
+            "pbs": 5000,
+            "pir": 400000
+          }
+
+        ]
+      }
+    }
+  }
+}