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

Change-Id: I130875a34372220b3ce25b89c999c264eefc8f24
diff --git a/src/test/cord-api/Tests/data/PONPort.json b/src/test/cord-api/Tests/data/PONPort.json
new file mode 100644
index 0000000..da28e42
--- /dev/null
+++ b/src/test/cord-api/Tests/data/PONPort.json
@@ -0,0 +1,19 @@
+{
+    "PONPortInfo" : [
+    {
+            "name": "volt-port-1",
+            "s_tag": 222,
+            "olt_device_id": 1
+    },
+    {
+            "name": "volt-port-2",
+            "s_tag": 444,
+            "olt_device_id": 1
+    },
+    {
+            "name": "volt-port-3",
+            "s_tag": 333,
+            "olt_device_id": 1
+    }
+  ]
+}