diff options
Diffstat (limited to 'test')
3 files changed, 64 insertions, 17 deletions
diff --git a/test/apps/slice_selection/new_solution_conductor_response.json b/test/apps/slice_selection/new_solution_conductor_response.json index 39fef7b..fea3544 100644 --- a/test/apps/slice_selection/new_solution_conductor_response.json +++ b/test/apps/slice_selection/new_solution_conductor_response.json @@ -44,6 +44,9 @@ "reliability":null, "cost":1.0, "nsi_name":"nsi_test_0211", + "nsi_id": "7ecdfb7a-bc38-4abd-9cb3-6677d71e892f", + "nsi_model_version_id": "c3d8a690-f138-4554-89af-9349aeb9b19a", + "nsi_model_invariant_id": "590b9fcf-6927-495e-a898-a1418dd4820c", "instance_name":"nssi_test_0211" } }, @@ -77,6 +80,9 @@ "reliability":null, "cost":1.0, "nsi_name":"nsi_test_0212", + "nsi_id": "0cf2caed-c0e2-4a9d-8590-6a871e86f178", + "nsi_model_version_id": "a841af61-3c77-4310-ae63-61e1cbf7fe9b", + "nsi_model_invariant_id": "4e5351fe-0877-4c2e-bf75-ccb149f34a77", "instance_name":"nssi_test_ran_0211" } } @@ -84,4 +90,4 @@ ] } ] -}
\ No newline at end of file +} diff --git a/test/apps/slice_selection/shared_solution_conductor_response.json b/test/apps/slice_selection/shared_solution_conductor_response.json index 5bccd44..13ea29c 100644 --- a/test/apps/slice_selection/shared_solution_conductor_response.json +++ b/test/apps/slice_selection/shared_solution_conductor_response.json @@ -44,6 +44,9 @@ "reliability":null, "cost":1.0, "nsi_name":"nsi_test_0212", + "nsi_id": "7ecdfb7a-bc38-4abd-9cb3-6677d71e892f", + "nsi_model_version_id": "c3d8a690-f138-4554-89af-9349aeb9b19a", + "nsi_model_invariant_id": "590b9fcf-6927-495e-a898-a1418dd4820c", "instance_name":"nssi_test_0211" } }, @@ -77,6 +80,9 @@ "reliability":null, "cost":1.0, "nsi_name":"nsi_test_0212", + "nsi_id": "7ecdfb7a-bc38-4abd-9cb3-6677d71e892f", + "nsi_model_version_id": "c3d8a690-f138-4554-89af-9349aeb9b19a", + "nsi_model_invariant_id": "590b9fcf-6927-495e-a898-a1418dd4820c", "instance_name":"nssi_test_ran_0211" } } @@ -84,4 +90,4 @@ ] } ] -}
\ No newline at end of file +} diff --git a/test/apps/slice_selection/shared_solution_nsi_response.json b/test/apps/slice_selection/shared_solution_nsi_response.json index b0c0e2a..2c74196 100644 --- a/test/apps/slice_selection/shared_solution_nsi_response.json +++ b/test/apps/slice_selection/shared_solution_nsi_response.json @@ -1,16 +1,51 @@ { - "requestId":"d290f1ee-6c54-4b01-90e6-d701748f0851", - "transactionId":"d290f1ee-6c54-4b01-90e6-d701748f0851", - "requestStatus":"completed", - "statusMessage":"", - "solutions":{ - "sharedNSISolutions":[ - { - "NSIName":"nsi_test_0212" - } - ], - "newNSISolutions":[ - - ] - } -}
\ No newline at end of file + "requestId": "d290f1ee-6c54-4b01-90e6-d701748f0851", + "requestStatus": "completed", + "solutions": { + "newNSISolutions": [], + "sharedNSISolutions": [ + { + "NSIId": "7ecdfb7a-bc38-4abd-9cb3-6677d71e892f", + "NSIName": "nsi_test_0212", + "NSSIs": [ + { + "NSSIId": "1a636c4d-5e76-427e-bfd6-241a947224b0", + "NSSIName": "nssi_test_0211", + "UUID": "", + "invariantUUID": "", + "sliceProfile": [ + { + "coverage_area_ta_list": "[{\"province\":\"??\",\"city\":\"???\",\"county\":\"???\",\"street\":\"?????\"}]", + "exp_data_rate_dl": 100, + "exp_data_rate_ul": 100, + "latency": 20, + "resource_sharing_level": "0", + "ue_mobility_level": "stationary" + } + ] + }, + { + "NSSIId": "490c68b0-639c-11ea-bc55-0242ac130003", + "NSSIName": "nssi_test_ran_0211", + "UUID": "", + "invariantUUID": "", + "sliceProfile": [ + { + "coverage_area_ta_list": "[{\"province\":\"??\",\"city\":\"???\",\"county\":\"???\",\"street\":\"?????\"}]", + "exp_data_rate_dl": 100, + "exp_data_rate_ul": 100, + "latency": 15, + "resource_sharing_level": "0", + "ue_mobility_level": "stationary" + } + ] + } + ], + "UUID": "c3d8a690-f138-4554-89af-9349aeb9b19a", + "invariantUUID": "590b9fcf-6927-495e-a898-a1418dd4820c" + } + ] + }, + "statusMessage": "", + "transactionId": "d290f1ee-6c54-4b01-90e6-d701748f0851" +} |