test_services_pb2_grpc
drunc.grpc_testing_tools.test_services_pb2_grpc
Client and server classes corresponding to protobuf-defined services.
Classes
ChildControllerService
Bases: object
Service for ChildController components
ChildControllerServiceServicer
Bases: object
Service for ChildController components
Functions
Kill(request, context)
Method for graceful shutdown of the ChildController service
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
MakeRequest(request, context)
Basic method for connectivity testing
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
ChildControllerServiceStub(channel)
Bases: object
Service for ChildController components
Constructor.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
channel
|
A grpc.Channel. |
required |
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
Functions
ManagerService
Bases: object
Service for Manager component
ManagerServiceServicer
Bases: object
Service for Manager component
Functions
Kill(request, context)
Method for graceful shutdown of the Manager service
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
MakeRequest(request, context)
Basic method for connectivity testing
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
ReceiveUpdate(request, context)
Method for receiving updates from RootController
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
boot(request, context)
Boot other processes via the manager
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
ManagerServiceStub(channel)
Bases: object
Service for Manager component
Constructor.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
channel
|
A grpc.Channel. |
required |
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
Functions
RootControllerService
Bases: object
Service for RootController component (for testing connectivity to booted servers)
RootControllerServiceServicer
Bases: object
Service for RootController component (for testing connectivity to booted servers)
Functions
Kill(request, context)
Method for graceful shutdown
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
MakeRequest(request, context)
Basic method for connectivity testing
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
ReceiveCommand(request, context)
Method for receiving commands from Manager
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
ReceiveStatus(request, context)
Method for receiving status from ChildControllers
Source code in drunc/grpc_testing_tools/test_services_pb2_grpc.py
RootControllerServiceStub(channel)
Bases: object
Service for RootController component (for testing connectivity to booted servers)
Constructor.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
channel
|
A grpc.Channel. |
required |