[CORD-2781]Multi-instance with new changes for end-end verification

Change-Id: Id1bb9546baec819e521fda54201c1f33f162a10d
diff --git a/src/test/cord-api/Tests/data/Ch_Subscriber_MultiInstance.json b/src/test/cord-api/Tests/data/Ch_Subscriber_MultiInstance.json
new file mode 100644
index 0000000..a4ed875
--- /dev/null
+++ b/src/test/cord-api/Tests/data/Ch_Subscriber_MultiInstance.json
@@ -0,0 +1,34 @@
+{
+    "SubscriberInfo" : [
+    {
+            "cdn_enable": true,
+            "uplink_speed": 1000000000,
+            "downlink_speed": 1000000000,
+            "enable_uverse": true,
+            "status": "enabled",
+            "service_specific_id": "304",
+            "name": "My House-304",
+            "s_tag": 401,
+            "c_tag": 101
+    },
+    {
+            "cdn_enable": false,
+            "uplink_speed": 500000000,
+            "downlink_speed": 500000000,
+            "enable_uverse": false,
+            "status": "enabled",
+            "service_specific_id": "305",
+            "name": "My House-305",
+            "s_tag": 505,
+            "c_tag": 202
+    },
+    {
+            "cdn_enable": true,
+            "uplink_speed": 500000000,
+            "service_specific_id": "306",
+            "name": "My House-306",
+            "s_tag": 606,
+            "c_tag": 303
+    }
+  ]
+}