added svcapi ui and camunda code
[it/otf.git] / otf-frontend / client / src / assets / fakedata.json
1 {\r
2     "test_heads": [\r
3         {\r
4             "test_head_id": 1,\r
5             "test_head_name": "test1",\r
6             "description": "Ping Test 1"\r
7         },\r
8         {\r
9             "test_head_id": 2,\r
10             "test_head_name": "test2",\r
11             "description": "Ping Test 2"\r
12         },\r
13         {\r
14             "test_head_id": 3,\r
15             "test_head_name": "test3",\r
16             "description": "Ping Test 3"\r
17         },\r
18         {\r
19             "test_head_id": 4,\r
20             "test_head_name": "test4",\r
21             "description": "Ping Test 4"\r
22         },\r
23         {\r
24             "test_head_id": 5,\r
25             "test_head_name": "test5",\r
26             "description": "Ping Test 5"\r
27         }\r
28     ],\r
29     "test_strategies": [\r
30         {\r
31             "test_strategy_id": 1,\r
32             "test_strategy_name": "strategy1",\r
33             "description": "Recursive Test 1",\r
34             "vth_nodes": [\r
35                 "node1",\r
36                 "node2"\r
37             ]\r
38         },\r
39         {\r
40             "test_strategy_id": 2,\r
41             "test_strategy_name": "strategy2",\r
42             "description": "Recursive Test 2",\r
43             "vth_nodes": [\r
44                 "node1"\r
45             ]\r
46         },\r
47         {\r
48             "test_strategy_id": 3,\r
49             "test_strategy_name": "strategy3",\r
50             "description": "Recursive Test 3",\r
51             "vth_nodes": [\r
52                 "node1",\r
53                 "node2",\r
54                 "node3", \r
55                 "node4"\r
56             ]\r
57         }\r
58     ],\r
59     "tests": [\r
60         {\r
61             "test_id": 1,\r
62             "test_name": "Test 1",\r
63             "creator": 1,\r
64             "vts": 3,\r
65             "vth_list": {\r
66                 "node1": 1,\r
67                 "node2": 2,\r
68                 "node3": 3,\r
69                 "node4": 5\r
70             },\r
71             "vts_list": [\r
72 \r
73             ]\r
74         },\r
75         {\r
76             "test_id": 2,\r
77             "test_name": "Test 2",\r
78             "creator": 2,\r
79             "vts": 2,\r
80             "vth_list": {\r
81                 "node1": 3\r
82             },\r
83             "vts_list": [\r
84 \r
85             ]\r
86         },\r
87         {\r
88             "test_id": 3,\r
89             "test_name": "Test 3",\r
90             "creator": 1,\r
91             "vts": 1,\r
92             "vth_list": {\r
93                 "node1": 1,\r
94                 "node2": 4\r
95             },\r
96             "vts_list": [\r
97 \r
98             ]\r
99         }\r
100     ],\r
101     "users": [\r
102         {\r
103             "user_id": 1,\r
104             "firstName": "Adam",\r
105             "lastName": "Ordway",\r
106             "email": "agordway@gmail.com"\r
107         },\r
108         {\r
109             "user_id": 2,\r
110             "firstName": "Justin",\r
111             "lastName": "Meilinger",\r
112             "email": "mylinger@gmail.com"\r
113         }\r
114     ]\r
115 }