Skip to content
Snippets Groups Projects
Commit 7ffa0dcf authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common:

- corrected service name of load generator
parent 3066dea0
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!34Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
...@@ -55,7 +55,7 @@ class ServiceNameEnum(Enum): ...@@ -55,7 +55,7 @@ class ServiceNameEnum(Enum):
# Used for test and debugging only # Used for test and debugging only
DLT_GATEWAY = 'dltgateway' DLT_GATEWAY = 'dltgateway'
LOAD_GENERATOR = 'load_generator' LOAD_GENERATOR = 'load-generator'
# Default gRPC service ports # Default gRPC service ports
DEFAULT_SERVICE_GRPC_PORTS = { DEFAULT_SERVICE_GRPC_PORTS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment