diff --git a/src/service/service/ServiceServiceServicerImpl.py b/src/service/service/ServiceServiceServicerImpl.py index b2c7d4203c82d3e9ab4fcbde5d397736c45ad684..e3c0e4e69c71bd4c78d7593c6636c820870346bb 100644 --- a/src/service/service/ServiceServiceServicerImpl.py +++ b/src/service/service/ServiceServiceServicerImpl.py @@ -252,7 +252,10 @@ class ServiceServiceServicerImpl(ServiceServiceServicer): # pylint: disable=no-member pathcomp_request = PathCompRequest() pathcomp_request.services.append(updated_service_with_uuids) - pathcomp_request.k_disjoint_path.num_disjoint = 100 + #pathcomp_request.k_disjoint_path.num_disjoint = 100 + pathcomp_request.k_shortest_path.k_inspection = 100 + pathcomp_request.k_shortest_path.k_return = 3 + LOGGER.debug('pathcomp_request={:s}'.format(grpc_message_to_json_string(pathcomp_request))) pathcomp = PathCompClient() pathcomp_reply = pathcomp.Compute(pathcomp_request)