[CORD-2957]New tests for VOLTDevice and PONPORT with framework edits

Change-Id: I130875a34372220b3ce25b89c999c264eefc8f24
diff --git a/src/test/cord-api/Tests/data/Ch_Subscriber.json b/src/test/cord-api/Tests/data/Ch_Subscriber.json
index e194a2e..44bf456 100644
--- a/src/test/cord-api/Tests/data/Ch_Subscriber.json
+++ b/src/test/cord-api/Tests/data/Ch_Subscriber.json
@@ -8,8 +8,9 @@
             "status": "enabled",
             "service_specific_id": "304",
             "name": "My House-304",
-            "s_tag": 333,
-            "c_tag": 888
+            "c_tag": 888,
+            "olt_device": "volt-1",
+            "olt_port": "volt-port-1"
     },
     {
             "cdn_enable": false,
@@ -19,16 +20,18 @@
             "status": "enabled",
             "service_specific_id": "305",
             "name": "My House-305",
-            "s_tag": 555,
-            "c_tag": 999
+            "c_tag": 999,
+            "olt_device": "volt-2",
+            "olt_port": "volt-port-2"
     },
     {
             "cdn_enable": true,
             "uplink_speed": 500000000,
             "service_specific_id": "306",
             "name": "My House-306",
-            "s_tag": 666,
-            "c_tag": 661
+            "c_tag": 661,
+            "olt_device": "volt-3",
+            "olt_port": "volt-port-3"
     }
   ]
 }