VOL-2433 Use BBSim's built-in SADIS server

Change-Id: I494397e5c36bf9846725454fb539dae16d8da3e3
diff --git a/tests/data/onos-sadis-bbsim.json b/tests/data/onos-sadis-bbsim.json
new file mode 100644
index 0000000..a8068b5
--- /dev/null
+++ b/tests/data/onos-sadis-bbsim.json
@@ -0,0 +1,24 @@
+{
+  "org.opencord.sadis": {
+    "sadis": {
+      "integration": {
+        "url":"http://bbsim.voltha.svc:50074/subscribers/%s",
+        "cache": {
+          "enabled":true,
+          "maxsize":50,
+          "ttl":"PT1m"
+        }
+      }
+    },
+    "bandwidthprofile": {
+      "integration": {
+        "url":"http://bbsim.voltha.svc:50074/bandwidthprofiles/%s",
+        "cache": {
+          "enabled":true,
+          "maxsize":40,
+          "ttl":"PT1m"
+        }
+      }
+    }
+  }
+}