frontendConfigXOS: Slice tests, WIP instance test

Change-Id: I60d16a043399d93a6cee165552b7c7d812fb27ef
diff --git a/src/test/cord-api/Tests/data/Sanity_slice.json b/src/test/cord-api/Tests/data/Sanity_slice.json
new file mode 100644
index 0000000..5bff343
--- /dev/null
+++ b/src/test/cord-api/Tests/data/Sanity_slice.json
@@ -0,0 +1,14 @@
+{
+     "sliceInfo": [
+            {
+            "name": "mysite_Test21",
+            "site": 1,
+            "creator": 1
+            },
+            {
+            "name": "mysite_Test22",
+            "site": 2,
+            "creator": 1
+             }
+    ]
+}