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

Tools - load-gen:

- disabled DLT by default
parent 65a8011b
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!36Performance Evaluation Framework + Helper Tools
...@@ -35,7 +35,7 @@ def main(): ...@@ -35,7 +35,7 @@ def main():
offered_load = 50, 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 = True, # 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
dlt_domain_id = 'dlt-perf-eval', # domain used to uploaded entities, ignored when record_to_dlt = False dlt_domain_id = 'dlt-perf-eval', # domain used to uploaded entities, ignored when record_to_dlt = False
) )
......
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