[VOL-3385] Adding GPON jobs to ONF demo pod

Change-Id: I90cd3677ee777657997c31d5c9534d29bb4610f8
diff --git a/tests/data/onf-demo-pod-sadis-DT-GPON.json b/tests/data/onf-demo-pod-sadis-DT-GPON.json
new file mode 100644
index 0000000..55e8e98
--- /dev/null
+++ b/tests/data/onf-demo-pod-sadis-DT-GPON.json
@@ -0,0 +1,120 @@
+{
+  "devices": {
+    "of:000080a2354d28c0": {
+      "basic": {
+        "driver": "voltha"
+      }
+    }
+  },
+  "apps": {
+    "org.opencord.sadis": {
+      "sadis": {
+        "integration": {
+          "cache": {
+            "enabled": false,
+            "maxsize": 50,
+            "ttl": "PT0m"
+          }
+        },
+        "entries": [
+          {
+            "id": "SCOM00001ca7-1",
+            "nasPortId": "SCOM00001ca7-1",
+            "circuitId": "",
+            "remoteId": "",
+            "uniTagList": [{
+              "uniTagMatch": 4096,
+              "ponCTag": 4096,
+              "ponSTag": 31,
+              "technologyProfileId": 64,
+              "downstreamBandwidthProfile": "Default",
+              "upstreamBandwidthProfile": "Default",
+              "isDhcpRequired": false
+            }]
+          },
+          {
+            "id": "SCOM00001c8d-1",
+            "nasPortId": "SCOM00001c8d-1",
+            "circuitId": "",
+            "remoteId": "",
+            "uniTagList": [{
+              "uniTagMatch": 4096,
+              "ponCTag": 4096,
+              "ponSTag": 32,
+              "technologyProfileId": 64,
+              "downstreamBandwidthProfile": "User_Bandwidth2",
+              "upstreamBandwidthProfile": "User_Bandwidth1",
+              "isDhcpRequired": false
+            }]
+          },
+          {
+            "id": "SCOM00001c7f-1",
+            "nasPortId": "SCOM00001c7f-1",
+            "circuitId": "",
+            "remoteId": "",
+            "uniTagList": [{
+              "uniTagMatch": 4096,
+              "ponCTag": 4096,
+              "ponSTag": 33,
+              "technologyProfileId": 64,
+              "downstreamBandwidthProfile": "User_Bandwidth3",
+              "upstreamBandwidthProfile": "User_Bandwidth3",
+              "isDhcpRequired": false
+            }]
+          },
+          {
+            "id": "EC1912001818",
+            "hardwareIdentifier": "80:a2:35:4d:28:c0",
+            "ipAddress": "10.90.0.115",
+            "nasId": "EC1912001818",
+            "uplinkPort": 1048576
+          }
+        ]
+      },
+      "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": 500000,
+                  "ebs": 5000,
+                  "eir": 500000
+              }
+
+          ]
+      }
+    }
+  }
+}