[VOL-1955] add new bandwidth profiles for subscribers

Change-Id: If4ab803b29e6afc81e9b1d01b28804bd0bc78052
diff --git a/tests/data/onf-demo-pod-sadis.json b/tests/data/onf-demo-pod-sadis.json
index b9ccb85..15cc2ea 100644
--- a/tests/data/onf-demo-pod-sadis.json
+++ b/tests/data/onf-demo-pod-sadis.json
@@ -36,8 +36,8 @@
             "circuitId": "",
             "remoteId": "",
             "technologyProfileId": 64,
-            "upstreamBandwidthProfile": "User_Bandwidth1",
-            "downstreamBandwidthProfile": "User_Bandwidth1"
+            "upstreamBandwidthProfile": "User_Bandwidth2",
+            "downstreamBandwidthProfile": "User_Bandwidth2"
           },
           {
             "id": "ALPHe3d1ced5-1",
@@ -47,8 +47,8 @@
             "circuitId": "",
             "remoteId": "",
             "technologyProfileId": 64,
-            "upstreamBandwidthProfile": "User_Bandwidth1",
-            "downstreamBandwidthProfile": "User_Bandwidth1"
+            "upstreamBandwidthProfile": "User_Bandwidth3",
+            "downstreamBandwidthProfile": "User_Bandwidth3"
           },
           {
             "id": "EC1904000654",
@@ -83,6 +83,22 @@
                   "cir": 5000,
                   "ebs": 1000,
                   "eir": 5000
+              },
+              {
+                  "id": "User_Bandwidth2",
+                  "air": 100000,
+                  "cbs": 5000,
+                  "cir": 100000,
+                  "ebs": 5000,
+                  "eir": 100000
+              },
+              {
+                  "id": "User_Bandwidth3",
+                  "air": 100000,
+                  "cbs": 5000,
+                  "cir": 1000000,
+                  "ebs": 5000,
+                  "eir": 1000000
               }
 
           ]