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

Pre-merge cleanup:

- Restored LoadGen default parameters
parent 8e277f4b
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!37Revision of OpenConfigDriver
...@@ -25,7 +25,7 @@ LOGGER = logging.getLogger(__name__) ...@@ -25,7 +25,7 @@ LOGGER = logging.getLogger(__name__)
def main(): def main():
LOGGER.info('Starting...') LOGGER.info('Starting...')
parameters = Parameters( parameters = Parameters(
num_requests = 20, num_requests = 100,
request_types = [ request_types = [
RequestType.SERVICE_L2NM, RequestType.SERVICE_L2NM,
RequestType.SERVICE_L3NM, RequestType.SERVICE_L3NM,
...@@ -34,7 +34,7 @@ def main(): ...@@ -34,7 +34,7 @@ def main():
RequestType.SLICE_L2NM, RequestType.SLICE_L2NM,
RequestType.SLICE_L3NM, RequestType.SLICE_L3NM,
], ],
offered_load = 10, offered_load = 50,
holding_time = 10, holding_time = 10,
dry_mode = False, # in dry mode, no request is sent to TeraFlowSDN dry_mode = False, # in dry mode, no request is sent to TeraFlowSDN
record_to_dlt = False, # if record_to_dlt, changes in device/link/service/slice are uploaded to DLT record_to_dlt = False, # if record_to_dlt, changes in device/link/service/slice are uploaded to DLT
......
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