/core/users Test: Test fail, XOS issue

Change-Id: I0adc4e3f1e86b210aefd20783652ae472bc98914
diff --git a/src/test/cord-api/Tests/data/CoreUsers.json b/src/test/cord-api/Tests/data/CoreUsers.json
new file mode 100644
index 0000000..caa8b93
--- /dev/null
+++ b/src/test/cord-api/Tests/data/CoreUsers.json
@@ -0,0 +1,26 @@
+{
+  "UserInfo": [
+  {
+   "firstname" : "TestUser001",
+   "lastname" : "User001",
+   "password" : "TestUser001",
+   "email" : "TestUser001@onlab.us",
+   "site": "http://localhost:8000/api/core/sites/1/"
+   },
+  {
+   "firstname" : "TestUser002",
+   "lastname" : "User002",
+   "password" : "TestUser002",
+   "email" : "TestUser002@onlab.us",
+   "site": "http://localhost:8000/api/core/sites/1/"
+   },
+  {
+   "firstname" : "TestUser003",
+   "lastname" : "User003",
+   "password" : "TestUser003",
+   "email" : "TestUser003@onlab.us",
+   "site": "http://localhost:8000/api/core/sites/1/"
+   }
+ ]
+}
+