[VOL-3813] update sadis config to include BBSim for soak
Change-Id: Ifbbffaf9e573c6e232c503685c1c279563b9281a
diff --git a/tests/data/onf-soak-pod-sadis-DT.json b/tests/data/onf-soak-pod-sadis-DT.json
index 1d3b7f6..8c95bea 100644
--- a/tests/data/onf-soak-pod-sadis-DT.json
+++ b/tests/data/onf-soak-pod-sadis-DT.json
@@ -3,6 +3,7 @@
"org.opencord.sadis": {
"sadis": {
"integration": {
+ "url" : "http://bbsim-sadis-server.voltha.svc:58080/subscribers/%s",
"cache": {
"enabled": false,
"maxsize": 50,
@@ -51,6 +52,7 @@
},
"bandwidthprofile":{
"integration":{
+ "url" : "http://bbsim-sadis-server.voltha.svc:58080/profiles/%s",
"cache":{
"enabled":true,
"maxsize":40,
diff --git a/tests/data/onf-soak-pod-sadis.json b/tests/data/onf-soak-pod-sadis.json
index 96a63d5..c928316 100644
--- a/tests/data/onf-soak-pod-sadis.json
+++ b/tests/data/onf-soak-pod-sadis.json
@@ -3,6 +3,7 @@
"org.opencord.sadis": {
"sadis": {
"integration": {
+ "url" : "http://bbsim-sadis-server.voltha.svc:58080/subscribers/%s",
"cache": {
"enabled": false,
"maxsize": 50,
@@ -49,6 +50,7 @@
},
"bandwidthprofile":{
"integration":{
+ "url" : "http://bbsim-sadis-server.voltha.svc:58080/profiles/%s",
"cache":{
"enabled":true,
"maxsize":40,