API test cases for /core/deployments

Change-Id: Ie12cba6cf397f879e84c411a055686c024fb7b0f
diff --git a/src/test/cord-api/Tests/data/putDeployment.json b/src/test/cord-api/Tests/data/putDeployment.json
new file mode 100644
index 0000000..07f0f56
--- /dev/null
+++ b/src/test/cord-api/Tests/data/putDeployment.json
@@ -0,0 +1,11 @@
+{
+    "DeploymentInfo":
+    [
+        {
+            "name": "test-deployment-1"
+        },
+        {
+            "name": "test-deployment-2"
+        }
+    ]
+}