X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-frontend%2Fclient%2Fsrc%2Fassets%2Ffakedata.json;fp=otf-frontend%2Fclient%2Fsrc%2Fassets%2Ffakedata.json;h=80494b9cf9229f5d4a31a171b1dc7bc5420a5b3c;hb=6f7e46b4562b31f748670be8947d315963240ddd;hp=0000000000000000000000000000000000000000;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b;p=it%2Fotf.git diff --git a/otf-frontend/client/src/assets/fakedata.json b/otf-frontend/client/src/assets/fakedata.json new file mode 100644 index 0000000..80494b9 --- /dev/null +++ b/otf-frontend/client/src/assets/fakedata.json @@ -0,0 +1,115 @@ +{ + "test_heads": [ + { + "test_head_id": 1, + "test_head_name": "test1", + "description": "Ping Test 1" + }, + { + "test_head_id": 2, + "test_head_name": "test2", + "description": "Ping Test 2" + }, + { + "test_head_id": 3, + "test_head_name": "test3", + "description": "Ping Test 3" + }, + { + "test_head_id": 4, + "test_head_name": "test4", + "description": "Ping Test 4" + }, + { + "test_head_id": 5, + "test_head_name": "test5", + "description": "Ping Test 5" + } + ], + "test_strategies": [ + { + "test_strategy_id": 1, + "test_strategy_name": "strategy1", + "description": "Recursive Test 1", + "vth_nodes": [ + "node1", + "node2" + ] + }, + { + "test_strategy_id": 2, + "test_strategy_name": "strategy2", + "description": "Recursive Test 2", + "vth_nodes": [ + "node1" + ] + }, + { + "test_strategy_id": 3, + "test_strategy_name": "strategy3", + "description": "Recursive Test 3", + "vth_nodes": [ + "node1", + "node2", + "node3", + "node4" + ] + } + ], + "tests": [ + { + "test_id": 1, + "test_name": "Test 1", + "creator": 1, + "vts": 3, + "vth_list": { + "node1": 1, + "node2": 2, + "node3": 3, + "node4": 5 + }, + "vts_list": [ + + ] + }, + { + "test_id": 2, + "test_name": "Test 2", + "creator": 2, + "vts": 2, + "vth_list": { + "node1": 3 + }, + "vts_list": [ + + ] + }, + { + "test_id": 3, + "test_name": "Test 3", + "creator": 1, + "vts": 1, + "vth_list": { + "node1": 1, + "node2": 4 + }, + "vts_list": [ + + ] + } + ], + "users": [ + { + "user_id": 1, + "firstName": "Adam", + "lastName": "Ordway", + "email": "agordway@gmail.com" + }, + { + "user_id": 2, + "firstName": "Justin", + "lastName": "Meilinger", + "email": "mylinger@gmail.com" + } + ] +} \ No newline at end of file