voltTenant tests: enhanced subscriber tests

Change-Id: Id28389dc9d77c5e5eb2b76cbd81a1c29fa8de17f
diff --git a/src/test/cord-api/Tests/data/Subscriber.json b/src/test/cord-api/Tests/data/Subscriber.json
index 8605026..d36453c 100644
--- a/src/test/cord-api/Tests/data/Subscriber.json
+++ b/src/test/cord-api/Tests/data/Subscriber.json
@@ -1,8 +1,6 @@
 {
     "SubscriberInfo" : [
     {
-        "humanReadableName": "cordSubscriber-2",
-        "id": 2,
         "features": {
             "cdn": true,
             "uplink_speed": 1000000000,
@@ -16,8 +14,6 @@
         }
     },
     {
-        "humanReadableName": "cordSubscriber-3",
-        "id": 3,
         "features": {
             "cdn": false,
             "uplink_speed": 500000000,
diff --git a/src/test/cord-api/Tests/data/VoltTenant.json b/src/test/cord-api/Tests/data/VoltTenant.json
new file mode 100644
index 0000000..7bf5b73
--- /dev/null
+++ b/src/test/cord-api/Tests/data/VoltTenant.json
@@ -0,0 +1,31 @@
+{
+    "voltSubscriberInfo" : [
+    {
+      "voltTenant" : 
+       {
+         "s_tag" : "111",
+         "c_tag" : "222",
+         "subscriber" : ""
+       },
+       "account_num" : 20
+    },
+    {
+     "voltTenant" : 
+      {
+        "s_tag" : "111",
+        "c_tag" : "333",
+        "subscriber" : ""
+      },
+      "account_num" : 21
+    },
+    {
+     "voltTenant" :
+      {
+        "s_tag" : "111",
+        "c_tag" : "444",
+        "subscriber" : ""
+      },
+     "account_num" : 22
+    }
+ ]
+} 
diff --git a/src/test/cord-api/Tests/data/putVoltTenant.json b/src/test/cord-api/Tests/data/putVoltTenant.json
new file mode 100644
index 0000000..78a4c25
--- /dev/null
+++ b/src/test/cord-api/Tests/data/putVoltTenant.json
@@ -0,0 +1,28 @@
+{
+    "voltSubscriberInfo" : [
+    {
+      "voltTenant" : 
+       {
+         "s_tag" : "111",
+         "c_tag" : "221"
+       },
+       "account_num" : 20
+    },
+    {
+     "voltTenant" : 
+      {
+        "s_tag" : "112",
+        "c_tag" : "331"
+      },
+      "account_num" : 21
+    },
+    {
+     "voltTenant" :
+      {
+        "s_tag" : "112",
+        "c_tag" : "442"
+      },
+      "account_num" : 22
+    }
+ ]
+}