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/CordSubscriber.json b/src/test/cord-api/Tests/data/CordSubscriber.json
new file mode 100644
index 0000000..9250025
--- /dev/null
+++ b/src/test/cord-api/Tests/data/CordSubscriber.json
@@ -0,0 +1,19 @@
+{
+    "CordSubscriberInfo": [
+        {
+            "backend_status": "0 - Provisioning in progress",
+            "kind": "CordSubscriberRoot",
+            "name": "Test-House-1",
+            "service_specific_id": "1",
+            "firewall_rules": "accept all anywhere anywhere",
+            "url_filter_rules": "allow all",
+            "url_filter_level": "R",
+            "cdn_enable": false,
+            "is_demo_user": false,
+            "uplink_speed": "1000000011",
+            "downlink_speed": "1000000011",
+            "enable_uverse": true,
+            "status": "enabled"
+        }
+    ]
+}
diff --git a/src/test/cord-api/Tests/data/CordVoltTenant.json b/src/test/cord-api/Tests/data/CordVoltTenant.json
new file mode 100644
index 0000000..e4f1f9e
--- /dev/null
+++ b/src/test/cord-api/Tests/data/CordVoltTenant.json
@@ -0,0 +1,14 @@
+{
+    "VoltTenantInfo": [
+        {
+            "backend_status": "0 - Provisioning in progress",
+            "kind": "vOLT",
+            "subscriber_root_id": 1,
+            "connect_method": "na",
+            "provider_service_id": 1,
+            "creator_id": 1,
+            "s_tag": 1,
+            "c_tag": 1
+        }
+    ]
+}
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
diff --git a/src/test/cord-api/Tests/data/CoreNetwork.json b/src/test/cord-api/Tests/data/CoreNetwork.json
new file mode 100644
index 0000000..e4da1c7
--- /dev/null
+++ b/src/test/cord-api/Tests/data/CoreNetwork.json
@@ -0,0 +1,16 @@
+{
+    "NetworkInfo": [
+        {
+            "backend_status": "0 - Provisioning in progress",
+            "name": "test-network",
+            "template_id": 1,
+            "owner_id": 1,
+            "guaranteed_bandwidth": 0,
+            "permit_all_slices": true,
+            "autoconnect": false,
+            "subnet": "2.2.2.0/24",
+            "start_ip": "2.2.2.2",
+            "end_ip": "2.2.2.254"
+        }
+    ]
+}
diff --git a/src/test/cord-api/Tests/data/CoreNetworkSlice.json b/src/test/cord-api/Tests/data/CoreNetworkSlice.json
new file mode 100644
index 0000000..48ab049
--- /dev/null
+++ b/src/test/cord-api/Tests/data/CoreNetworkSlice.json
@@ -0,0 +1,14 @@
+{
+    "NetworkSliceInfo": [
+        {
+            "backend_status": "0 - Provisioning in progress",
+            "network_id": 1,
+            "slice_id": 1
+        },
+        {
+            "backend_status": "0 - Provisioning in progress",
+            "network_id": 2,
+            "slice_id": 2
+        }
+    ]
+}
diff --git a/src/test/cord-api/Tests/data/CoreSlice.json b/src/test/cord-api/Tests/data/CoreSlice.json
new file mode 100644
index 0000000..0b20447
--- /dev/null
+++ b/src/test/cord-api/Tests/data/CoreSlice.json
@@ -0,0 +1,16 @@
+{
+    "SliceInfo": [
+        {
+            "backend_status": "0 - Provisioning in progress",
+            "name": "mysite_test-1",
+            "site_id": 1,
+            "max_instances": 10,
+            "service_id": 1,
+            "network": "noauto",
+            "creator_id": 1,
+            "default_image_id": 1,
+            "mount_data_sets": "Genbank",
+            "default_isolation": "vm"
+        }
+    ]
+}