added svcapi ui and camunda code
[it/otf.git] / otf-frontend / client / src / assets / fakedata.json
diff --git a/otf-frontend/client/src/assets/fakedata.json b/otf-frontend/client/src/assets/fakedata.json
new file mode 100644 (file)
index 0000000..80494b9
--- /dev/null
@@ -0,0 +1,115 @@
+{\r
+    "test_heads": [\r
+        {\r
+            "test_head_id": 1,\r
+            "test_head_name": "test1",\r
+            "description": "Ping Test 1"\r
+        },\r
+        {\r
+            "test_head_id": 2,\r
+            "test_head_name": "test2",\r
+            "description": "Ping Test 2"\r
+        },\r
+        {\r
+            "test_head_id": 3,\r
+            "test_head_name": "test3",\r
+            "description": "Ping Test 3"\r
+        },\r
+        {\r
+            "test_head_id": 4,\r
+            "test_head_name": "test4",\r
+            "description": "Ping Test 4"\r
+        },\r
+        {\r
+            "test_head_id": 5,\r
+            "test_head_name": "test5",\r
+            "description": "Ping Test 5"\r
+        }\r
+    ],\r
+    "test_strategies": [\r
+        {\r
+            "test_strategy_id": 1,\r
+            "test_strategy_name": "strategy1",\r
+            "description": "Recursive Test 1",\r
+            "vth_nodes": [\r
+                "node1",\r
+                "node2"\r
+            ]\r
+        },\r
+        {\r
+            "test_strategy_id": 2,\r
+            "test_strategy_name": "strategy2",\r
+            "description": "Recursive Test 2",\r
+            "vth_nodes": [\r
+                "node1"\r
+            ]\r
+        },\r
+        {\r
+            "test_strategy_id": 3,\r
+            "test_strategy_name": "strategy3",\r
+            "description": "Recursive Test 3",\r
+            "vth_nodes": [\r
+                "node1",\r
+                "node2",\r
+                "node3", \r
+                "node4"\r
+            ]\r
+        }\r
+    ],\r
+    "tests": [\r
+        {\r
+            "test_id": 1,\r
+            "test_name": "Test 1",\r
+            "creator": 1,\r
+            "vts": 3,\r
+            "vth_list": {\r
+                "node1": 1,\r
+                "node2": 2,\r
+                "node3": 3,\r
+                "node4": 5\r
+            },\r
+            "vts_list": [\r
+\r
+            ]\r
+        },\r
+        {\r
+            "test_id": 2,\r
+            "test_name": "Test 2",\r
+            "creator": 2,\r
+            "vts": 2,\r
+            "vth_list": {\r
+                "node1": 3\r
+            },\r
+            "vts_list": [\r
+\r
+            ]\r
+        },\r
+        {\r
+            "test_id": 3,\r
+            "test_name": "Test 3",\r
+            "creator": 1,\r
+            "vts": 1,\r
+            "vth_list": {\r
+                "node1": 1,\r
+                "node2": 4\r
+            },\r
+            "vts_list": [\r
+\r
+            ]\r
+        }\r
+    ],\r
+    "users": [\r
+        {\r
+            "user_id": 1,\r
+            "firstName": "Adam",\r
+            "lastName": "Ordway",\r
+            "email": "agordway@gmail.com"\r
+        },\r
+        {\r
+            "user_id": 2,\r
+            "firstName": "Justin",\r
+            "lastName": "Meilinger",\r
+            "email": "mylinger@gmail.com"\r
+        }\r
+    ]\r
+}
\ No newline at end of file