sadis file for openonugo job - flex pod

Change-Id: Id297b700b33d7a99650d3babf674386c212f2b02
diff --git a/tests/data/flex-ocp-cord-openonugo-sadis.json b/tests/data/flex-ocp-cord-openonugo-sadis.json
new file mode 100644
index 0000000..254e367
--- /dev/null
+++ b/tests/data/flex-ocp-cord-openonugo-sadis.json
@@ -0,0 +1,117 @@
+{
+  "devices": {
+    "of:000000000ac014ce": {
+      "basic": {
+        "driver": "voltha"
+      }
+    }
+  },
+  "apps": {
+    "org.opencord.sadis": {
+      "sadis": {
+        "integration": {
+          "cache": {
+            "enabled": false,
+            "maxsize": 50,
+            "ttl": "PT0m"
+          }
+        },
+        "entries": [
+          {
+            "id": "ALPHe3d1cfa7-1",
+            "nasPortId": "ALPHe3d1cfa7-1",
+            "circuitId": "ALPHe3d1cfa7-1",
+            "remoteId": "EC1838000853",
+            "uniTagList": [{
+              "ponCTag": 901,
+              "ponSTag": 111,
+              "technologyProfileId": 64,
+              "upstreamBandwidthProfile": "User_Bandwidth3",
+              "downstreamBandwidthProfile": "User_Bandwidth3",
+              "isDhcpRequired": true
+            }]
+          },
+          {
+            "id": "ALPHe3d1cea3-1",
+            "nasPortId": "ALPHe3d1cea3-1",
+            "circuitId": "ALPHe3d1cea3-1",
+            "remoteId": "EC1838000853",
+            "uniTagList": [{
+              "ponCTag": 801,
+              "ponSTag": 111,
+              "technologyProfileId": 64,
+              "upstreamBandwidthProfile": "User_Bandwidth1",
+              "downstreamBandwidthProfile": "User_Bandwidth2",
+              "isDhcpRequired": true
+            }]
+          },
+          {
+            "id": "ALPHe3d1ceb7-1",
+            "nasPortId": "ALPHe3d1ceb7-1",
+            "circuitId": "ALPHe3d1ceb7-1",
+            "remoteId": "EC1838000853",
+            "uniTagList": [{
+              "ponCTag": 101,
+              "ponSTag": 222,
+              "technologyProfileId": 64,
+              "upstreamBandwidthProfile": "Default",
+              "downstreamBandwidthProfile": "Default",
+              "isDhcpRequired": true
+            }]
+          },
+          {
+            "id": "EC1838000853",
+            "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
+            "ipAddress": "10.192.20.206",
+            "nasId": "EC1838000853",
+            "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
+              }
+
+          ]
+      }
+    }
+  }
+}