Updating CordVTN tests with integration of VSG component and use of new chameleon apis

Change-Id: I975a22d153139dbdba9a330ccea4f8f2efff04fb
diff --git a/src/test/cord-api/Tests/data/CoreInstance.json b/src/test/cord-api/Tests/data/CoreInstance.json
new file mode 100644
index 0000000..5212868
--- /dev/null
+++ b/src/test/cord-api/Tests/data/CoreInstance.json
@@ -0,0 +1,19 @@
+{
+        "InstanceInfo": [
+                {
+                        "backend_status": "1 - OK",
+                        "name": "mysite_testservice",
+                        "instance_name": "mysite_testservice-1",
+                        "ip": "10.1.0.17",
+                        "numberCores": 0,
+                        "isolation": "vm",
+                        "volumes": "/etc/dnsmasq.d,/etc/ufw",
+                        "image_id": 3,
+                        "creator_id": 1,
+                        "deployment_id": 1,
+                        "slice_id": 1,
+                        "node_id": 1,
+                        "flavor_id": 1
+                }
+        ]
+}
\ No newline at end of file