Subscriber API Framework and Robot testcase files

Change-Id: Ie46904ce417ee43d1fc4b2a7c188bba74e0ef030
diff --git a/src/test/cord-api/Tests/data/putSubscriber.json b/src/test/cord-api/Tests/data/putSubscriber.json
new file mode 100644
index 0000000..d73e7a2
--- /dev/null
+++ b/src/test/cord-api/Tests/data/putSubscriber.json
@@ -0,0 +1,34 @@
+{
+    "SubscriberInfo" : [
+    {
+        "features": {
+            "uplink_speed": 2000000000,
+            "downlink_speed": 2000000000
+        },
+        "identity": {
+            "account_num": "20",
+            "name": "My House - edited"
+        }
+    },
+    {
+        "features": {
+            "cdn": true,
+            "downlink_speed": 100000000,
+            "status": "enabled"
+        },
+        "identity": {
+            "account_num": "21",
+            "name": "My House2 - Edited"
+        }
+    },
+    {
+        "features": {
+            "cdn": false
+        },
+        "identity": {
+            "account_num": "22",
+            "name": "My House3 - Edited"
+        }
+    }
+  ]
+}