[VOL-3265] Adding XGS-PON based DT job with openonu go on ONF demo pod

Change-Id: I6ff2111b0b30aea0ab6659e9e4ed458e2bfb0568
diff --git a/tests/data/onf-demo-pod-openonugo-sadis-DT.json b/tests/data/onf-demo-pod-openonugo-sadis-DT.json
new file mode 100644
index 0000000..a74fdd2
--- /dev/null
+++ b/tests/data/onf-demo-pod-openonugo-sadis-DT.json
@@ -0,0 +1,120 @@
+{
+  "devices": {
+    "of:000000000a80645a": {
+      "basic": {
+        "driver": "voltha"
+      }
+    }
+  },
+  "apps": {
+    "org.opencord.sadis": {
+      "sadis": {
+        "integration": {
+          "cache": {
+            "enabled": false,
+            "maxsize": 50,
+            "ttl": "PT0m"
+          }
+        },
+        "entries": [
+          {
+            "id": "ISKT71e80080-1",
+            "nasPortId": "ISKT71e80080-1",
+            "circuitId": "",
+            "remoteId": "",
+            "uniTagList": [{
+              "uniTagMatch": 4096,
+              "ponCTag": 4096,
+              "ponSTag": 11,
+              "technologyProfileId": 64,
+              "downstreamBandwidthProfile": "Default",
+              "upstreamBandwidthProfile": "Default",
+              "isDhcpRequired": false
+            }]
+          },
+          {
+            "id": "ALPHe3d1cf9d-1",
+            "nasPortId": "ALPHe3d1cf9d-1",
+            "circuitId": "",
+            "remoteId": "",
+            "uniTagList": [{
+              "uniTagMatch": 4096,
+              "ponCTag": 4096,
+              "ponSTag": 22,
+              "technologyProfileId": 64,
+              "downstreamBandwidthProfile": "User_Bandwidth2",
+              "upstreamBandwidthProfile": "User_Bandwidth1",
+              "isDhcpRequired": false
+            }]
+          },
+          {
+            "id": "ALPHe3d1ced5-1",
+            "nasPortId": "ALPHe3d1ced5-1",
+            "circuitId": "",
+            "remoteId": "",
+            "uniTagList": [{
+              "uniTagMatch": 4096,
+              "ponCTag": 4096,
+              "ponSTag": 33,
+              "technologyProfileId": 64,
+              "downstreamBandwidthProfile": "User_Bandwidth3",
+              "upstreamBandwidthProfile": "User_Bandwidth3",
+              "isDhcpRequired": false
+            }]
+          },
+          {
+            "id": "EC1904000654",
+            "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
+            "ipAddress": "10.192.20.206",
+            "nasId": "EC1904000654",
+            "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": 475000,
+                  "ebs": 5000,
+                  "eir": 475000
+              }
+
+          ]
+      }
+    }
+  }
+}